Searched refs:mIsReturning (Results 1 – 4 of 4) sorted by relevance
138 if (!mIsReturning && decorView != null) { in resetViews()270 if (mIsReturning && mActivity != null) { in stop()469 if (!mIsReturning && decorView != null) { in notifyExitComplete()477 if (mIsReturning && mExitNotified && mActivity != null && (mSharedElements.isEmpty() || in finishIfNecessary()481 if (!mIsReturning && mExitNotified) { in finishIfNecessary()512 return !mIsReturning; in moveSharedElementWithParent()517 if (mIsReturning) { in getViewsTransition()525 if (mIsReturning) { in getSharedElementTransition()
142 if (mIsReturning) { in viewsReady()262 return mIsReturning && mResultReceiver != null; in isWaitingForRemoteExit()277 if (!mIsReturning) { in forceViewsToAppear()337 return mIsReturning; in isReturning()348 if (!mIsReturning) { in prepareEnter()371 if (mIsReturning) { in getViewsTransition()383 if (mIsReturning) { in getSharedElementTransition()414 boolean startEnterTransition = allowOverlappingTransitions() && !mIsReturning; in startSharedElementTransition()592 if (!mIsReturning && decorView != null) { in startEnterTransition()688 return mIsReturning ? getWindow().getAllowReturnTransitionOverlap() in allowOverlappingTransitions()
314 private boolean mIsReturning; field in ActivityOptions812 opts.mIsReturning = (activity == null); in makeSceneTransitionAnimation()830 opts.mIsReturning = true; in makeSceneTransitionAnimation()939 mIsReturning = opts.getBoolean(KEY_TRANSITION_IS_RETURNING, false); in ActivityOptions()1086 return mIsReturning; in isReturning()1365 mIsReturning = false; in update()1419 mIsReturning = otherOptions.mIsReturning; in update()1496 b.putBoolean(KEY_TRANSITION_IS_RETURNING, mIsReturning); in toBundle()
211 final protected boolean mIsReturning; field in ActivityTransitionCoordinator230 mIsReturning = isReturning; in ActivityTransitionCoordinator()