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 138 if (!mIsReturning && decorView != null) {
270 if (mIsReturning && mActivity != null) {
464 if (!mIsReturning && decorView != null) {
472 if (mIsReturning && mExitNotified && mActivity != null && (mSharedElements.isEmpty() ||
476 if (!mIsReturning && mExitNotified) {
507 return !mIsReturning;
512 if (mIsReturning) {
520 if (mIsReturning) {
EnterTransitionCoordinator.java 141 if (mIsReturning) {
256 return mIsReturning && mResultReceiver != null;
267 if (!mIsReturning) {
327 return mIsReturning;
338 if (!mIsReturning) {
361 if (mIsReturning) {
373 if (mIsReturning) {
404 boolean startEnterTransition = allowOverlappingTransitions() && !mIsReturning;
582 if (!mIsReturning && decorView != null) {
678 return mIsReturning ? getWindow().getAllowReturnTransitionOverlap(
    [all...]
ActivityOptions.java 268 private boolean mIsReturning;
743 opts.mIsReturning = (activity == null);
    [all...]
ActivityTransitionCoordinator.java 204 final protected boolean mIsReturning;
223 mIsReturning = isReturning;
    [all...]

Completed in 198 milliseconds