Searched defs:recent (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DConstants.java17 package com.android.systemui.recent;
H A DRecentsPreloadReceiver.java17 package com.android.systemui.recent;
H A DRecentsCallback.java17 package com.android.systemui.recent;
H A DStatusBarTouchProxy.java17 package com.android.systemui.recent;
H A DRecentsScrollViewPerformanceHelper.java17 package com.android.systemui.recent;
H A DTaskDescription.java17 package com.android.systemui.recent;
H A DRecentsActivity.java17 package com.android.systemui.recent;
38 public static final String TOGGLE_RECENTS_INTENT = "com.android.systemui.recent.action.TOGGLE_RECENTS";
39 public static final String PRELOAD_INTENT = "com.android.systemui.recent.action.PRELOAD";
40 public static final String CANCEL_PRELOAD_INTENT = "com.android.systemui.recent.CANCEL_PRELOAD";
41 public static final String CLOSE_RECENTS_INTENT = "com.android.systemui.recent.action.CLOSE";
42 public static final String WINDOW_ANIMATION_START_INTENT = "com.android.systemui.recent.action.WINDOW_ANIMATION_START";
43 public static final String PRELOAD_PERMISSION = "com.android.systemui.recent.permission.PRELOAD";
44 public static final String WAITING_FOR_WINDOW_ANIMATION_PARAM = "com.android.systemui.recent.WAITING_FOR_WINDOW_ANIMATION";
H A DRecentsHorizontalScrollView.java17 package com.android.systemui.recent;
38 import com.android.systemui.recent.RecentsPanelView.TaskDescriptionAdapter;
H A DRecentsVerticalScrollView.java17 package com.android.systemui.recent;
38 import com.android.systemui.recent.RecentsPanelView.TaskDescriptionAdapter;
H A DRecentTasksLoader.java17 package com.android.systemui.recent;
246 // additional optimization when we have software system buttons - start loading the recent
H A DRecentsPanelView.java17 package com.android.systemui.recent;
166 // index is reverse since most recent appears at the bottom...
328 // if there are no apps, bring up a "No recent apps" message

Completed in 189 milliseconds