[go: nahoru, domu]

Searched refs:mIsReturning (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java130 if (!mIsReturning && decorView != null) {
260 if (mIsReturning && mActivity != null) {
449 if (!mIsReturning && decorView != null) {
457 if (mIsReturning && mExitNotified && mActivity != null && (mSharedElements.isEmpty() ||
461 if (!mIsReturning && mExitNotified) {
492 return !mIsReturning;
497 if (mIsReturning) {
505 if (mIsReturning) {
H A DEnterTransitionCoordinator.java122 if (mIsReturning) {
249 return mIsReturning && mResultReceiver != null;
260 if (!mIsReturning) {
320 return mIsReturning;
329 if (!mIsReturning) {
349 if (mIsReturning) {
361 if (mIsReturning) {
392 boolean startEnterTransition = allowOverlappingTransitions() && !mIsReturning;
513 if (viewsTransition != null && !mIsReturning) {
577 if (!mIsReturning
[all...]
H A DActivityOptions.java233 private boolean mIsReturning; field in class:ActivityOptions
672 opts.mIsReturning = false;
686 opts.mIsReturning = true;
776 mIsReturning = opts.getBoolean(KEY_TRANSITION_IS_RETURNING, false);
900 return mIsReturning;
1002 mIsReturning = false;
1056 mIsReturning = otherOptions.mIsReturning;
1124 b.putBoolean(KEY_TRANSITION_IS_RETURNING, mIsReturning);
H A DActivityTransitionCoordinator.java200 final protected boolean mIsReturning; field in class:ActivityTransitionCoordinator
217 mIsReturning = isReturning;

Completed in 41 milliseconds