Searched refs:mBackAnimationInProgress (Results 1 – 2 of 2) sorted by relevance
46 private boolean mBackAnimationInProgress = false; field in BackProgressAnimator90 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()
75 private boolean mBackAnimationInProgress; field in BackNavigationController359 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);