HomeSort by relevance Sort by last modified time
    Searched refs:mIsReturning (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/app/
ExitTransitionCoordinator.java 135 if (!mIsReturning && decorView != null) {
259 if (mIsReturning && mActivity != null) {
418 if (!mIsReturning && decorView != null) {
427 if (mIsReturning && mExitNotified && mActivity != null && (mSharedElements.isEmpty() ||
431 if (!mIsReturning && mExitNotified) {
457 return !mIsReturning;
462 if (mIsReturning) {
470 if (mIsReturning) {
ActivityOptions.java 156 private boolean mIsReturning;
522 opts.mIsReturning = false;
536 opts.mIsReturning = true;
606 mIsReturning = opts.getBoolean(KEY_TRANSITION_IS_RETURNING, false);
685 return mIsReturning;
720 mIsReturning = false;
774 mIsReturning = otherOptions.mIsReturning
    [all...]
EnterTransitionCoordinator.java 120 if (mIsReturning) {
261 return mIsReturning;
270 if (!mIsReturning) {
290 if (mIsReturning) {
302 if (mIsReturning) {
333 boolean startEnterTransition = allowOverlappingTransitions() && !mIsReturning;
443 if (viewsTransition != null && !mIsReturning) {
512 if (!mIsReturning && decorView != null) {
596 return mIsReturning ? getWindow().getAllowExitTransitionOverlap()
ActivityTransitionCoordinator.java 203 final protected boolean mIsReturning;
219 mIsReturning = isReturning;
    [all...]

Completed in 84 milliseconds