Searched refs:mExitSharedElementBundle (Results 1 – 2 of 2) sorted by relevance
62 private Bundle mExitSharedElementBundle; field in ExitTransitionCoordinator105 mExitSharedElementBundle = resultData; in onReceiveResult()150 if (decorView != null && mExitSharedElementBundle != null && in sharedElementExitBack()151 !mExitSharedElementBundle.isEmpty() && in sharedElementExitBack()174 final ArrayList<View> sharedElementSnapshots = createSnapshots(mExitSharedElementBundle, in startSharedElementExit()177 setSharedElementState(mExitSharedElementBundle, sharedElementSnapshots); in startSharedElementExit()404 mSharedElementBundle = mExitSharedElementBundle == null in sharedElementTransitionComplete()415 Bundle sharedElementState = mExitSharedElementBundle.getBundle(name); in captureExitSharedElementsState()506 mExitSharedElementBundle = null; in clearState()
4900 Landroid/app/ExitTransitionCoordinator;->mExitSharedElementBundle:Landroid/os/Bundle;