Searched refs:mSharedElementBundle (Results 1 – 2 of 2) sorted by relevance
56 private Bundle mSharedElementBundle; field in ExitTransitionCoordinator333 if (mSharedElementBundle != null) { in getExitTransition()391 return mSharedElementBundle != null && mResultReceiver != null && mIsBackgroundReady; in isReadyToNotify()396 mSharedElementBundle = mExitSharedElementBundle == null in sharedElementTransitionComplete()434 mResultReceiver.send(MSG_TAKE_SHARED_ELEMENTS, mSharedElementBundle); in notifyComplete()438 final Bundle sharedElementBundle = mSharedElementBundle; in notifyComplete()488 mSharedElementBundle = null; in clearState()
4905 Landroid/app/ExitTransitionCoordinator;->mSharedElementBundle:Landroid/os/Bundle;