Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java197 executeOnRecents(recents -> in testOverview()
198 assertTrue("Don't have at least 3 tasks", getTaskCount(recents) >= 3)); in testOverview()
203 executeOnRecents(recents -> assertTrue("Current task in Overview is still 0", in testOverview()
207 executeOnRecents(recents -> assertTrue("Flinging back in Overview did nothing", in testOverview()
208 getCurrentOverviewPage(recents) < currentTaskAfterFlingForward)); in testOverview()
228 recents -> assertEquals("Dismissing a task didn't remove 1 task from Overview", in testOverview()
229 numTasks - 1, getTaskCount(recents))); in testOverview()
237 private int getCurrentOverviewPage(RecentsActivity recents) { in getCurrentOverviewPage() argument
238 return recents.<RecentsView>getOverviewPanel().getCurrentPage(); in getCurrentOverviewPage()
241 private int getTaskCount(RecentsActivity recents) { in getTaskCount() argument
[all …]
DRecentTasksListTest.java33 import com.android.systemui.shared.recents.model.Task;
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DOverviewCommandHelper.java140 RecentsView recents = mActivityInterface.getVisibleRecentsView(); in handleCommand() local
141 if (recents == null) { in handleCommand()
144 int currentPage = recents.getNextPage(); in handleCommand()
145 if (currentPage >= 0 && currentPage < recents.getTaskViewCount()) { in handleCommand()
146 ((TaskView) recents.getPageAt(currentPage)).launchTask(true); in handleCommand()
148 recents.startHome(); in handleCommand()
208 RecentsView recents = mActivityInterface.getVisibleRecentsView(); in handleCommand() local
209 if (recents != null) { in handleCommand()
211 recents.showNextTask(); in handleCommand()
DTaskShortcutFactory.java49 import com.android.systemui.shared.recents.model.Task;
50 import com.android.systemui.shared.recents.view.AppTransitionAnimationSpecCompat;
51 import com.android.systemui.shared.recents.view.AppTransitionAnimationSpecsFuture;
52 import com.android.systemui.shared.recents.view.RecentsTransition;
DTaskOverlayFactory.java48 import com.android.systemui.shared.recents.model.Task;
49 import com.android.systemui.shared.recents.model.ThumbnailData;
DImageActionsApi.java37 import com.android.systemui.shared.recents.model.Task;
/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.ThumbnailData;
DSystemUiProxy.java32 import com.android.systemui.shared.recents.IPinnedStackAnimationListener;
33 import com.android.systemui.shared.recents.ISystemUiProxy;
34 import com.android.systemui.shared.recents.model.Task;
DRecentsModel.java35 import com.android.systemui.shared.recents.model.Task;
36 import com.android.systemui.shared.recents.model.ThumbnailData;
DTaskIconCache.java47 import com.android.systemui.shared.recents.model.Task;
48 import com.android.systemui.shared.recents.model.Task.TaskKey;
DTaskUtils.java29 import com.android.systemui.shared.recents.model.Task;
DRecentsAnimationCallbacks.java28 import com.android.systemui.shared.recents.model.ThumbnailData;
DTaskAnimationManager.java30 import com.android.systemui.shared.recents.model.ThumbnailData;
DRecentTasksList.java30 import com.android.systemui.shared.recents.model.Task;
DRecentsAnimationController.java35 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/
Dbuild.gradle45 flavorDimensions "app", "recents"
61 dimension "recents"
67 dimension "recents"
Dproguard.flags55 ################ Do not optimize recents lib #############
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
DProvidersCache.java519 final RootInfo recents = createOrGetRecentsRoot(userId);
520 mTaskRoots.put(new UserAuthority(recents.userId, recents.authority), recents);
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsView.java34 import com.android.systemui.shared.recents.model.Task;
35 import com.android.systemui.shared.recents.model.Task.TaskKey;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DImageActionUtils.java43 import com.android.systemui.shared.recents.model.Task;
44 import com.android.systemui.shared.recents.utilities.BitmapUtil;
DTaskKeyLruCache.java20 import com.android.systemui.shared.recents.model.Task.TaskKey;
/packages/apps/Launcher3/quickstep/robolectric_tests/src/com/android/quickstep/
DRecentsActivityTest.java24 import com.android.systemui.shared.recents.model.ThumbnailData;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java20 import static com.android.systemui.shared.recents.utilities.Utilities.postAtFrontOfQueueAsynchronou…
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java60 import com.android.systemui.shared.recents.model.Task;
61 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