Searched refs:mExitSharedElementBundle (Results 1 – 2 of 2) sorted by relevance
65 private Bundle mExitSharedElementBundle; field in ExitTransitionCoordinator103 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()
4897 Landroid/app/ExitTransitionCoordinator;->mExitSharedElementBundle:Landroid/os/Bundle;