/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | OverviewCommandHelper.java | 128 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()
|
D | TaskSystemShortcut.java | 49 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;
|
D | TaskOverlayFactory.java | 29 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/ |
D | OverviewCommandHelper.java | 94 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()
|
D | TaskActionController.java | 28 import com.android.systemui.shared.recents.model.Task; 29 import com.android.systemui.shared.recents.model.Task.TaskKey;
|
D | TouchInteractionService.java | 37 import com.android.systemui.shared.recents.IOverviewProxy; 38 import com.android.systemui.shared.recents.ISystemUiProxy;
|
D | TaskHolder.java | 22 import com.android.systemui.shared.recents.model.Task;
|
D | TaskListLoader.java | 23 import com.android.systemui.shared.recents.model.Task;
|
D | ThumbnailDrawable.java | 36 import com.android.systemui.shared.recents.model.ThumbnailData;
|
D | TaskAdapter.java | 30 import com.android.systemui.shared.recents.model.Task;
|
/packages/apps/Launcher3/ |
D | build.gradle | 44 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/ |
D | TaskThumbnailCache.java | 28 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;
|
D | RecentsModel.java | 34 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;
|
D | NormalizedIconLoader.java | 34 import com.android.systemui.shared.recents.model.IconLoader; 35 import com.android.systemui.shared.recents.model.TaskKeyLruCache;
|
D | TaskIconCache.java | 36 import com.android.systemui.shared.recents.model.Task; 37 import com.android.systemui.shared.recents.model.TaskKeyLruCache;
|
D | TaskUtils.java | 29 import com.android.systemui.shared.recents.model.Task;
|
D | OverviewInteractionState.java | 28 import com.android.systemui.shared.recents.ISystemUiProxy;
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskThumbnailView.java | 53 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/ |
D | ClipAnimationHelper.java | 45 import com.android.systemui.shared.recents.ISystemUiProxy; 46 import com.android.systemui.shared.recents.utilities.RectFEvaluator;
|
D | SwipeAnimationTargetSet.java | 24 import com.android.systemui.shared.recents.model.ThumbnailData;
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | ScreenPinnedInputConsumer.java | 28 import com.android.systemui.shared.recents.ISystemUiProxy;
|
D | AccessibilityInputConsumer.java | 36 import com.android.systemui.shared.recents.ISystemUiProxy;
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | LauncherAnimationRunner.java | 20 import static com.android.systemui.shared.recents.utilities.Utilities
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | SyncMessagesAction.java | 467 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/ |
D | StatusBarTouchController.java | 33 import com.android.systemui.shared.recents.ISystemUiProxy;
|