Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java70 private GestureState mLastGestureState; field in TaskAnimationManager
81 if (mLastGestureState == null) {
86 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface();
159 mLastGestureState = gestureState; in startRecentsAnimation()
183 int[] runningTaskIds = mLastGestureState.getRunningTaskIds(targets.apps.length > 1); in startRecentsAnimation()
189 mLastGestureState.updateLastAppearedTaskTargets(mLastAppearedTaskTargets); in startRecentsAnimation()
199 mLastGestureState.runOnceAtState(STATE_END_TARGET_ANIMATION_FINISHED, () -> { in startRecentsAnimation()
200 if (mLastGestureState != gestureState) return; in startRecentsAnimation()
203 if (mLastGestureState.getEndTarget() == RECENTS) { in startRecentsAnimation()
240 return mLastGestureState.getEndTarget() == GestureState.GestureEndTarget.NEW_TASK in startRecentsAnimation()
[all …]