Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java56 private Bundle mSharedElementBundle; field in ExitTransitionCoordinator
333 if (mSharedElementBundle != null) { in getExitTransition()
391 return mSharedElementBundle != null && mResultReceiver != null && mIsBackgroundReady; in isReadyToNotify()
396 mSharedElementBundle = mExitSharedElementBundle == null in sharedElementTransitionComplete()
434 mResultReceiver.send(MSG_TAKE_SHARED_ELEMENTS, mSharedElementBundle); in notifyComplete()
438 final Bundle sharedElementBundle = mSharedElementBundle; in notifyComplete()
488 mSharedElementBundle = null; in clearState()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt4905 Landroid/app/ExitTransitionCoordinator;->mSharedElementBundle:Landroid/os/Bundle;