Home
last modified time | relevance | path

Searched refs:runningTaskIndex (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DFallbackNoButtonInputConsumer.java370 final int runningTaskIndex = mRecentsView.getRunningTaskIndex(); in finishAnimationTargetSet() local
372 mEndTarget = (runningTaskIndex >= 0 && taskToLaunch != runningTaskIndex) in finishAnimationTargetSet()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java465 int runningTaskIndex = mRecentsView.getRunningTaskIndex(); in maybeUpdateRecentsAttachedState() local
706 final int runningTaskIndex = mRecentsView.getRunningTaskIndex();
708 goingToNewTask = runningTaskIndex >= 0 && taskToLaunch != runningTaskIndex;
DLauncherActivityControllerHelper.java238 int runningTaskIndex = recentsView.getRunningTaskIndex();
239 if (runningTaskIndex == recentsView.getTaskViewStartIndex()) {