Home
last modified time | relevance | path

Searched refs:recents (Results 1 – 25 of 40) 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.java47 import com.android.systemui.shared.recents.ISystemUiProxy;
48 import com.android.systemui.shared.recents.model.Task;
49 import com.android.systemui.shared.recents.view.AppTransitionAnimationSpecCompat;
50 import com.android.systemui.shared.recents.view.AppTransitionAnimationSpecsFuture;
51 import com.android.systemui.shared.recents.view.RecentsTransition;
DTaskOverlayFactory.java31 import com.android.systemui.shared.recents.model.Task;
32 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java91 IconRecentsView recents = (IconRecentsView) mHelper.getVisibleRecentsView(); in handleCommand() local
92 if (recents == null) { in handleCommand()
95 recents.handleOverviewCommand(); in handleCommand()
166 IconRecentsView recents = mHelper.getVisibleRecentsView(); in handleCommand() local
167 if (recents != null) { in handleCommand()
168 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;
/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.java30 import com.android.systemui.shared.recents.model.Task;
31 import com.android.systemui.shared.recents.model.Task.TaskKey;
32 import com.android.systemui.shared.recents.model.TaskKeyLruCache;
33 import com.android.systemui.shared.recents.model.ThumbnailData;
DTaskIconCache.java35 import com.android.systemui.shared.recents.model.Task;
36 import com.android.systemui.shared.recents.model.Task.TaskKey;
37 import com.android.systemui.shared.recents.model.TaskKeyLruCache;
DRecentsModel.java38 import com.android.systemui.shared.recents.ISystemUiProxy;
39 import com.android.systemui.shared.recents.model.Task;
40 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;
DTaskUtils.java29 import com.android.systemui.shared.recents.model.Task;
DOverviewInteractionState.java31 import com.android.systemui.shared.recents.ISystemUiProxy;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsView.java35 import com.android.systemui.shared.recents.model.Task;
36 import com.android.systemui.shared.recents.model.Task.TaskKey;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java46 import com.android.systemui.shared.recents.ISystemUiProxy;
47 import com.android.systemui.shared.recents.utilities.RectFEvaluator;
DSwipeAnimationTargetSet.java24 import com.android.systemui.shared.recents.model.ThumbnailData;
DRecentsAnimationListenerSet.java28 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java57 import com.android.systemui.shared.recents.model.Task;
58 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;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java20 import static com.android.systemui.shared.recents.utilities.Utilities
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DRecentTasksListTest.java33 import com.android.systemui.shared.recents.model.Task;
/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()

12