Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DBackAnimationController.java111 private boolean mPostCommitAnimationInProgress = false; field in BackAnimationController
151 if (!mBackGestureStarted || mPostCommitAnimationInProgress) {
380 if (mPostCommitAnimationInProgress) { in onMotionEvent()
604 if (mPostCommitAnimationInProgress) { in setTriggerBack()
658 if (mPostCommitAnimationInProgress) { in onGestureFinished()
698 if (mPostCommitAnimationInProgress) { in startPostCommitAnimation()
704 mPostCommitAnimationInProgress = true; in startPostCommitAnimation()
723 mPostCommitAnimationInProgress = false; in onBackAnimationFinished()