Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java53 private Bundle mSharedElementBundle; field in ExitTransitionCoordinator
341 if (mSharedElementBundle != null) { in getExitTransition()
399 return mSharedElementBundle != null && mResultReceiver != null && mIsBackgroundReady; in isReadyToNotify()
404 mSharedElementBundle = mExitSharedElementBundle == null in sharedElementTransitionComplete()
442 mResultReceiver.send(MSG_TAKE_SHARED_ELEMENTS, mSharedElementBundle); in notifyComplete()
446 final Bundle sharedElementBundle = mSharedElementBundle; in notifyComplete()
501 mSharedElementBundle = null; in clearState()