Searched refs:mSharedElementBundle (Results 1 – 2 of 2) sorted by relevance
53 private Bundle mSharedElementBundle; field in ExitTransitionCoordinator341 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()
4908 Landroid/app/ExitTransitionCoordinator;->mSharedElementBundle:Landroid/os/Bundle;