Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DEnterTransitionCoordinator.java144 if (mIsReturning) { in viewsReady()
264 return mIsReturning && mResultReceiver != null; in isWaitingForRemoteExit()
279 if (!mIsReturning) { in forceViewsToAppear()
339 return mIsReturning; in isReturning()
353 if (!mIsReturning) { in prepareEnter()
376 if (mIsReturning) { in getViewsTransition()
388 if (mIsReturning) { in getSharedElementTransition()
419 boolean startEnterTransition = allowOverlappingTransitions() && !mIsReturning; in startSharedElementTransition()
609 if (!mIsReturning && decorView != null) { in startEnterTransition()
709 return mIsReturning ? getWindow().getAllowReturnTransitionOverlap() in allowOverlappingTransitions()
H A DExitTransitionCoordinator.java136 if (!mIsReturning && decorView != null) { in resetViews()
262 if (mIsReturning && mExitCallbacks != null) { in stop()
461 if (!mIsReturning && decorView != null) { in notifyExitComplete()
469 if (mIsReturning && mExitNotified && mExitCallbacks != null && (mSharedElements.isEmpty() in finishIfNecessary()
499 return !mIsReturning; in moveSharedElementWithParent()
504 if (mIsReturning) { in getViewsTransition()
512 if (mIsReturning) { in getSharedElementTransition()
H A DActivityOptions.java398 private boolean mIsReturning; field in ActivityOptions
976 opts.mIsReturning = false; in makeSceneTransitionAnimation()
999 opts.mIsReturning = true; in makeSceneTransitionAnimation()
1139 mIsReturning = opts.getBoolean(KEY_TRANSITION_IS_RETURNING, false); in ActivityOptions()
1300 return mIsReturning; in isReturning()
1753 mIsReturning = false; in update()
1807 mIsReturning = otherOptions.mIsReturning; in update()
1886 b.putBoolean(KEY_TRANSITION_IS_RETURNING, mIsReturning); in toBundle()
H A DActivityTransitionCoordinator.java211 final protected boolean mIsReturning; field in ActivityTransitionCoordinator
230 mIsReturning = isReturning; in ActivityTransitionCoordinator()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1818 Landroid/app/ActivityOptions;->mIsReturning:Z
2281 Landroid/app/ActivityTransitionCoordinator;->mIsReturning:Z