Home
last modified time | relevance | path

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

/aosp14/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.java476 private boolean mIsReturning; field in ActivityOptions
1093 opts.mIsReturning = false; in makeSceneTransitionAnimation()
1116 opts.mIsReturning = true; in makeSceneTransitionAnimation()
1273 mIsReturning = opts.getBoolean(KEY_TRANSITION_IS_RETURNING, false); in ActivityOptions()
1454 return mIsReturning; in isReturning()
2109 mIsReturning = false; in update()
2164 mIsReturning = otherOptions.mIsReturning; in update()
2248 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1818 Landroid/app/ActivityOptions;->mIsReturning:Z
2281 Landroid/app/ActivityTransitionCoordinator;->mIsReturning:Z