Searched defs:mExitSharedElementBundle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java62 private Bundle mExitSharedElementBundle; field in class:ExitTransitionCoordinator
105 mExitSharedElementBundle = resultData;
150 if (decorView != null && mExitSharedElementBundle != null &&
151 !mExitSharedElementBundle.isEmpty() &&
174 final ArrayList<View> sharedElementSnapshots = createSnapshots(mExitSharedElementBundle,
177 setSharedElementState(mExitSharedElementBundle, sharedElementSnapshots);
404 mSharedElementBundle = mExitSharedElementBundle == null
415 Bundle sharedElementState = mExitSharedElementBundle.getBundle(name);
501 mExitSharedElementBundle = null;

Completed in 796 milliseconds