Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DBackProgressAnimator.java46 private boolean mBackAnimationInProgress = false; field in BackProgressAnimator
90 if (!mBackAnimationInProgress) { in onBackProgressed()
111 mBackAnimationInProgress = true; in onBackStarted()
125 mBackAnimationInProgress = false; in reset()
154 return mBackAnimationInProgress; in isBackAnimationInProgress()
158 if (mLastBackEvent == null || mCallback == null || !mBackAnimationInProgress) { in updateProgressValue()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackNavigationController.java75 private boolean mBackAnimationInProgress; field in BackNavigationController
359 mBackAnimationInProgress = builder != null; in startBackNavigation()
360 if (mBackAnimationInProgress) { in startBackNavigation()
668 if (!mBackAnimationInProgress || mPendingAnimationBuilder == null) { in onTransitionFinish()
1264 if (!mBackAnimationInProgress) {
1277 if (!mBackAnimationInProgress) {
1299 mBackAnimationInProgress = false;
1333 proto.write(ANIMATION_IN_PROGRESS, mBackAnimationInProgress);