Searched refs:mLastGestureState (Results 1 – 1 of 1) sorted by relevance
52 private GestureState mLastGestureState; field in TaskAnimationManager61 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 …]