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