Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationController.java103 private boolean mPostCommitAnimationInProgress = false; field in BackAnimationController
160 if (!mBackGestureStarted || mPostCommitAnimationInProgress) {
492 boolean interruptCancelPostCommitAnimation = mPostCommitAnimationInProgress in onGestureStarted()
517 mPostCommitAnimationInProgress = false; in onGestureStarted()
748 if (mPostCommitAnimationInProgress) { in onGestureFinished()
791 if (mPostCommitAnimationInProgress) { in startPostCommitAnimation()
797 mPostCommitAnimationInProgress = true; in startPostCommitAnimation()
816 if (!mPostCommitAnimationInProgress) { in onBackAnimationFinished()
832 mPostCommitAnimationInProgress = false; in finishBackAnimation()
1041 pw.println(prefix + " mPostCommitAnimationInProgress=" + mPostCommitAnimationInProgress); in dump()