Searched refs:isAppProgressGenerationAllowed (Results 1 – 2 of 2) sorted by relevance
431 if (mBackNavigationInfo != null && !isAppProgressGenerationAllowed()) { in onThresholdCrossed()439 private boolean isAppProgressGenerationAllowed() { in isAppProgressGenerationAllowed() method in BackAnimationController440 return mBackNavigationInfo.isAppProgressGenerationAllowed() in isAppProgressGenerationAllowed()559 if (!isAppProgressGenerationAllowed()) { in onBackNavigationInfoReceived()669 && isAppProgressGenerationAllowed())) { in dispatchOnBackProgressed()
236 public boolean isAppProgressGenerationAllowed() { in isAppProgressGenerationAllowed() method in BackNavigationInfo