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 147 private boolean mIsReturning;
485 opts.mIsReturning = false;
499 opts.mIsReturning = true;
565 mIsReturning = opts.getBoolean(KEY_TRANSITION_IS_RETURNING, false);
639 return mIsReturning;
674 mIsReturning = false;
725 mIsReturning = otherOptions.mIsReturning;
    [all...]
EnterTransitionCoordinator.java 122 if (mIsReturning) {
265 return mIsReturning;
274 if (!mIsReturning) {
294 if (mIsReturning) {
306 if (mIsReturning) {
336 boolean startEnterTransition = allowOverlappingTransitions() && !mIsReturning;
436 if (viewsTransition != null && !mIsReturning) {
505 if (!mIsReturning && decorView != null) {
583 return mIsReturning ? getWindow().getAllowExitTransitionOverlap()
ActivityTransitionCoordinator.java 203 final protected boolean mIsReturning;
217 mIsReturning = isReturning;
    [all...]

Completed in 51 milliseconds