OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
150
private RecentsComponent
mRecents
;
233
mRecents
= getComponent(RecentsComponent.class);
526
if (
mRecents
!= null) {
527
mRecents
.toggleRecents(mDisplay, mLayoutDirection, getStatusBarView());
532
if (
mRecents
!= null) {
533
mRecents
.preloadRecentTasksList();
538
if (
mRecents
!= null) {
539
mRecents
.cancelPreloadingRecentTasksList();
544
if (
mRecents
!= null) {
545
mRecents
.closeRecents()
[
all
...]
Completed in 69 milliseconds