Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java65 private Bundle mExitSharedElementBundle; field in ExitTransitionCoordinator
103 mExitSharedElementBundle = resultData; in onReceiveResult()
148 if (decorView != null && mExitSharedElementBundle != null && in sharedElementExitBack()
149 !mExitSharedElementBundle.isEmpty() && in sharedElementExitBack()
172 final ArrayList<View> sharedElementSnapshots = createSnapshots(mExitSharedElementBundle, in startSharedElementExit()
175 setSharedElementState(mExitSharedElementBundle, sharedElementSnapshots); in startSharedElementExit()
396 mSharedElementBundle = mExitSharedElementBundle == null in sharedElementTransitionComplete()
407 Bundle sharedElementState = mExitSharedElementBundle.getBundle(name); in captureExitSharedElementsState()
493 mExitSharedElementBundle = null; in clearState()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4897 Landroid/app/ExitTransitionCoordinator;->mExitSharedElementBundle:Landroid/os/Bundle;