Home
last modified time | relevance | path

Searched refs:runningTaskView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java54 final TaskView runningTaskView = mRecentsView.getRunningTaskView(); in createHomeAnimationFactory() local
56 if (runningTaskView != null in createHomeAnimationFactory()
57 && runningTaskView.getTask().key.getComponent() != null) { in createHomeAnimationFactory()
59 runningTaskView.getTask().key.getComponent().getPackageName(), in createHomeAnimationFactory()
60 UserHandle.of(runningTaskView.getTask().key.userId)); in createHomeAnimationFactory()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java755 TaskView runningTaskView = getRunningTaskView(); in applyLoadPlan() local
756 if (runningTaskView != null) { in applyLoadPlan()
757 setCurrentPage(indexOfChild(runningTaskView)); in applyLoadPlan()
1209 TaskView runningTaskView = getRunningTaskView(); in setRunningTaskViewShowScreenshot() local
1210 if (runningTaskView != null) { in setRunningTaskViewShowScreenshot()
1211 runningTaskView.setShowScreenshot(showScreenshot); in setRunningTaskViewShowScreenshot()
1217 TaskView runningTaskView = getRunningTaskView(); in showNextTask() local
1218 if (runningTaskView == null) { in showNextTask()
1227 runningTaskView.launchTask(true); in showNextTask()