HomeSort by relevance Sort by last modified time
    Searched refs:mRecents (Results 1 - 2 of 2) sorted by null

  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 72 private List<ApplicationInfo> mRecents;
214 stackApplications(mRecents, childLeft, childTop);
237 stackApplications(mRecents, childLeft, childTop);
333 mRecents = applications;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 224 private RecentsComponent mRecents;
535 mRecents = getComponent(RecentsComponent.class);
536 mRecents.setCallback(this);
    [all...]

Completed in 116 milliseconds