Home
last modified time | relevance | path

Searched refs:recents (Results 1 – 25 of 35) sorted by relevance

12

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DOverviewCommandHelper.java128 RecentsView recents = (RecentsView) mHelper.getVisibleRecentsView(); in handleCommand() local
129 if (recents == null) { in handleCommand()
132 int currentPage = recents.getNextPage(); in handleCommand()
133 if (currentPage >= 0 && currentPage < recents.getTaskViewCount()) { in handleCommand()
134 ((TaskView) recents.getPageAt(currentPage)).launchTask(true); in handleCommand()
136 recents.startHome(); in handleCommand()
188 RecentsView recents = mHelper.getVisibleRecentsView(); in handleCommand() local
189 if (recents != null) { in handleCommand()
191 recents.showNextTask(); in handleCommand()
DTaskSystemShortcut.java49 import com.android.systemui.shared.recents.ISystemUiProxy;
50 import com.android.systemui.shared.recents.model.Task;
51 import com.android.systemui.shared.recents.view.AppTransitionAnimationSpecCompat;
52 import com.android.systemui.shared.recents.view.AppTransitionAnimationSpecsFuture;
53 import com.android.systemui.shared.recents.view.RecentsTransition;
DTaskOverlayFactory.java29 import com.android.systemui.shared.recents.model.Task;
30 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java94 IconRecentsView recents = (IconRecentsView) mHelper.getVisibleRecentsView(); in handleCommand() local
95 if (recents == null) { in handleCommand()
98 recents.handleOverviewCommand(); in handleCommand()
169 IconRecentsView recents = mHelper.getVisibleRecentsView(); in handleCommand() local
170 if (recents != null) { in handleCommand()
171 recents.handleOverviewCommand(); in handleCommand()
DTaskActionController.java28 import com.android.systemui.shared.recents.model.Task;
29 import com.android.systemui.shared.recents.model.Task.TaskKey;
DTouchInteractionService.java37 import com.android.systemui.shared.recents.IOverviewProxy;
38 import com.android.systemui.shared.recents.ISystemUiProxy;
DTaskHolder.java22 import com.android.systemui.shared.recents.model.Task;
DTaskListLoader.java23 import com.android.systemui.shared.recents.model.Task;
DThumbnailDrawable.java36 import com.android.systemui.shared.recents.model.ThumbnailData;
DTaskAdapter.java30 import com.android.systemui.shared.recents.model.Task;
/packages/apps/Launcher3/
Dbuild.gradle44 flavorDimensions "app", "recents"
60 dimension "recents"
66 dimension "recents"
72 dimension "recents"
82 // Icon recents is Go only
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskThumbnailCache.java28 import com.android.systemui.shared.recents.model.Task;
29 import com.android.systemui.shared.recents.model.Task.TaskKey;
30 import com.android.systemui.shared.recents.model.TaskKeyLruCache;
31 import com.android.systemui.shared.recents.model.ThumbnailData;
DRecentsModel.java34 import com.android.systemui.shared.recents.ISystemUiProxy;
35 import com.android.systemui.shared.recents.model.Task;
36 import com.android.systemui.shared.recents.model.ThumbnailData;
DNormalizedIconLoader.java34 import com.android.systemui.shared.recents.model.IconLoader;
35 import com.android.systemui.shared.recents.model.TaskKeyLruCache;
DTaskIconCache.java36 import com.android.systemui.shared.recents.model.Task;
37 import com.android.systemui.shared.recents.model.TaskKeyLruCache;
DTaskUtils.java29 import com.android.systemui.shared.recents.model.Task;
DOverviewInteractionState.java28 import com.android.systemui.shared.recents.ISystemUiProxy;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java53 import com.android.systemui.shared.recents.model.Task;
54 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java45 import com.android.systemui.shared.recents.ISystemUiProxy;
46 import com.android.systemui.shared.recents.utilities.RectFEvaluator;
DSwipeAnimationTargetSet.java24 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DScreenPinnedInputConsumer.java28 import com.android.systemui.shared.recents.ISystemUiProxy;
DAccessibilityInputConsumer.java36 import com.android.systemui.shared.recents.ISystemUiProxy;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java20 import static com.android.systemui.shared.recents.utilities.Utilities
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java467 final SyncCursorPair recents = new SyncCursorPair(startTimestamp, now); in processBackgroundResponse() local
470 if (!recents.isSynchronized(db)) { in processBackgroundResponse()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java33 import com.android.systemui.shared.recents.ISystemUiProxy;

12