Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java37 import com.android.systemui.shared.recents.model.ThumbnailData;
128 private boolean launchTask(RecentsView recents, @Nullable TaskView taskView, CommandInfo cmd) { in launchTask() argument
139 recents.startHome(); in launchTask()
151 RecentsView recents = activityInterface.getVisibleRecentsView(); in executeCommand() local
152 if (recents == null) { in executeCommand()
163 int currentPage = recents.getNextPage(); in executeCommand()
164 TaskView tv = (currentPage >= 0 && currentPage < recents.getTaskViewCount()) in executeCommand()
165 ? (TaskView) recents.getPageAt(currentPage) in executeCommand()
167 return launchTask(recents, tv, cmd); in executeCommand()
170 return launchTask(recents, getNextTask(recents), cmd); in executeCommand()
DTaskThumbnailCache.java25 import com.android.systemui.shared.recents.model.Task;
26 import com.android.systemui.shared.recents.model.Task.TaskKey;
27 import com.android.systemui.shared.recents.model.ThumbnailData;
DTaskShortcutFactory.java48 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;
DRecentsModel.java37 import com.android.systemui.shared.recents.model.Task;
38 import com.android.systemui.shared.recents.model.ThumbnailData;
DTaskOverlayFactory.java54 import com.android.systemui.shared.recents.model.Task;
55 import com.android.systemui.shared.recents.model.ThumbnailData;
DTaskIconCache.java48 import com.android.systemui.shared.recents.model.Task;
49 import com.android.systemui.shared.recents.model.Task.TaskKey;
DTaskUtils.java31 import com.android.systemui.shared.recents.model.Task;
DSystemUiProxy.java40 import com.android.systemui.shared.recents.ISystemUiProxy;
41 import com.android.systemui.shared.recents.model.Task;
DImageActionsApi.java40 import com.android.systemui.shared.recents.model.Task;
DRecentsAnimationCallbacks.java28 import com.android.systemui.shared.recents.model.ThumbnailData;
DRecentsAnimationController.java30 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java224 executeOnRecents(recents -> { in testOverview()
225 assertTrue("Don't have at least 3 tasks", getTaskCount(recents) >= 3); in testOverview()
231 executeOnRecents(recents -> assertTrue("Current task in Overview is still 0", in testOverview()
235 executeOnRecents(recents -> assertTrue("Flinging back in Overview did nothing", in testOverview()
236 getCurrentOverviewPage(recents) < currentTaskAfterFlingForward)); in testOverview()
256 recents -> assertEquals("Dismissing a task didn't remove 1 task from Overview", in testOverview()
257 numTasks - 1, getTaskCount(recents))); in testOverview()
265 private int getCurrentOverviewPage(RecentsActivity recents) { in getCurrentOverviewPage() argument
266 return recents.<RecentsView>getOverviewPanel().getCurrentPage(); in getCurrentOverviewPage()
269 private int getTaskCount(RecentsActivity recents) { in getTaskCount() argument
[all …]
DRecentTasksListTest.java33 import com.android.systemui.shared.recents.model.Task;
/packages/apps/Launcher3/
Dbuild.gradle45 flavorDimensions "app", "recents"
61 dimension "recents"
67 dimension "recents"
Dproguard.flags56 ################ Do not optimize recents lib #############
/packages/apps/Car/SystemUI/src/com/android/systemui/
DCarSystemUIBinder.java34 import com.android.systemui.recents.Recents;
35 import com.android.systemui.recents.RecentsModule;
DCarSystemUIModule.java51 import com.android.systemui.recents.Recents;
52 import com.android.systemui.recents.RecentsImplementation;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java44 import com.android.systemui.shared.recents.model.Task;
45 import com.android.systemui.shared.recents.model.Task.TaskKey;
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersCache.java541 final RootInfo recents = createOrGetRecentsRoot(userId);
543 mLocalRoots.put(new UserAuthority(recents.userId, recents.authority), recents);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DImageActionUtils.java53 import com.android.systemui.shared.recents.model.Task;
54 import com.android.systemui.shared.recents.utilities.BitmapUtil;
DTaskKeyLruCache.java20 import com.android.systemui.shared.recents.model.Task.TaskKey;
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java60 import com.android.systemui.shared.recents.model.Task;
61 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/quickstep/
DRecentsActivityTest.java25 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailView.java61 import com.android.systemui.shared.recents.model.Task;
62 import com.android.systemui.shared.recents.model.ThumbnailData;
/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