Searched refs:mIsReturning (Results 1 – 5 of 5) sorted by relevance
144 if (mIsReturning) { in viewsReady()264 return mIsReturning && mResultReceiver != null; in isWaitingForRemoteExit()279 if (!mIsReturning) { in forceViewsToAppear()339 return mIsReturning; in isReturning()353 if (!mIsReturning) { in prepareEnter()376 if (mIsReturning) { in getViewsTransition()388 if (mIsReturning) { in getSharedElementTransition()419 boolean startEnterTransition = allowOverlappingTransitions() && !mIsReturning; in startSharedElementTransition()609 if (!mIsReturning && decorView != null) { in startEnterTransition()709 return mIsReturning ? getWindow().getAllowReturnTransitionOverlap() in allowOverlappingTransitions()
136 if (!mIsReturning && decorView != null) { in resetViews()262 if (mIsReturning && mExitCallbacks != null) { in stop()461 if (!mIsReturning && decorView != null) { in notifyExitComplete()469 if (mIsReturning && mExitNotified && mExitCallbacks != null && (mSharedElements.isEmpty() in finishIfNecessary()499 return !mIsReturning; in moveSharedElementWithParent()504 if (mIsReturning) { in getViewsTransition()512 if (mIsReturning) { in getSharedElementTransition()
476 private boolean mIsReturning; field in ActivityOptions1093 opts.mIsReturning = false; in makeSceneTransitionAnimation()1116 opts.mIsReturning = true; in makeSceneTransitionAnimation()1273 mIsReturning = opts.getBoolean(KEY_TRANSITION_IS_RETURNING, false); in ActivityOptions()1454 return mIsReturning; in isReturning()2109 mIsReturning = false; in update()2164 mIsReturning = otherOptions.mIsReturning; in update()2248 b.putBoolean(KEY_TRANSITION_IS_RETURNING, mIsReturning); in toBundle()
211 final protected boolean mIsReturning; field in ActivityTransitionCoordinator230 mIsReturning = isReturning; in ActivityTransitionCoordinator()
1818 Landroid/app/ActivityOptions;->mIsReturning:Z2281 Landroid/app/ActivityTransitionCoordinator;->mIsReturning:Z