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.java52 private GestureState mLastGestureState; field in TaskAnimationManager
61 if (mLastGestureState == null) {
66 BaseActivityInterface activityInterface = mLastGestureState.getActivityInterface();
117 mLastGestureState = gestureState; in startRecentsAnimation()
131 mLastAppearedTaskTarget = mTargets.findTask(mLastGestureState.getRunningTaskId()); in startRecentsAnimation()
132 mLastGestureState.updateLastAppearedTaskTarget(mLastAppearedTaskTarget); in startRecentsAnimation()
147 BaseActivityInterface activityInterface = mLastGestureState.getActivityInterface(); in startRecentsAnimation()
168 mLastGestureState.updateLastAppearedTaskTarget(mLastAppearedTaskTarget); in startRecentsAnimation()
195 mCallbacks.removeListener(mLastGestureState); in continueRecentsAnimation()
196 mLastGestureState = gestureState; in continueRecentsAnimation()
[all …]