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 136 if (!mIsReturning && decorView != null) {
266 if (mIsReturning && mActivity != null) {
447 if (!mIsReturning && decorView != null) {
455 if (mIsReturning && mExitNotified && mActivity != null && (mSharedElements.isEmpty() ||
459 if (!mIsReturning && mExitNotified) {
485 return !mIsReturning;
490 if (mIsReturning) {
498 if (mIsReturning) {
ActivityOptions.java 177 private boolean mIsReturning;
571 opts.mIsReturning = false;
585 opts.mIsReturning = true;
670 mIsReturning = opts.getBoolean(KEY_TRANSITION_IS_RETURNING, false);
749 return mIsReturning;
    [all...]
EnterTransitionCoordinator.java 119 if (mIsReturning) {
260 return mIsReturning;
269 if (!mIsReturning) {
289 if (mIsReturning) {
301 if (mIsReturning) {
332 boolean startEnterTransition = allowOverlappingTransitions() && !mIsReturning;
453 if (viewsTransition != null && !mIsReturning) {
513 if (!mIsReturning && decorView != null) {
597 return mIsReturning ? getWindow().getAllowReturnTransitionOverlap()
ActivityTransitionCoordinator.java 199 final protected boolean mIsReturning;
216 mIsReturning = isReturning;
    [all...]

Completed in 118 milliseconds