Searched refs:TRANSIT_CRASHING_ACTIVITY_CLOSE (Results 1 – 7 of 7) sorted by relevance
25 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;106 mWm.prepareAppTransition(TRANSIT_CRASHING_ACTIVITY_CLOSE, false /* alwaysKeepCurrent */); in testCrashing()107 assertEquals(TRANSIT_CRASHING_ACTIVITY_CLOSE, mDc.mAppTransition.getAppTransition()); in testCrashing()114 mWm.prepareAppTransition(TRANSIT_CRASHING_ACTIVITY_CLOSE, false /* alwaysKeepCurrent */); in testKeepKeyguard_withCrashing()
70 TRANSIT_CRASHING_ACTIVITY_CLOSE = 26; enumerator
23 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;254 if (transit == TRANSIT_CRASHING_ACTIVITY_CLOSE) { in overrideWithRemoteAnimationIfSet()529 if (transit == TRANSIT_NONE || transit == TRANSIT_CRASHING_ACTIVITY_CLOSE in maybeUpdateTransitToWallpaper()
23 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;1625 } else if (transit == TRANSIT_CRASHING_ACTIVITY_CLOSE) { in loadAnimation()2084 case TRANSIT_CRASHING_ACTIVITY_CLOSE: { in appTransitionToString()2224 && transit == TRANSIT_CRASHING_ACTIVITY_CLOSE; in prepareAppTransitionLocked()2233 && mNextAppTransition != TRANSIT_CRASHING_ACTIVITY_CLOSE) { in prepareAppTransitionLocked()
41 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;3870 TRANSIT_CRASHING_ACTIVITY_CLOSE, false /* alwaysKeepCurrent */); in finishTopCrashedActivityLocked()5333 TRANSIT_CRASHING_ACTIVITY_CLOSE, false /* alwaysKeepCurrent */); in handleAppCrash()
255 int TRANSIT_CRASHING_ACTIVITY_CLOSE = 26; field296 TRANSIT_CRASHING_ACTIVITY_CLOSE,
79698 Landroid/view/WindowManager;->TRANSIT_CRASHING_ACTIVITY_CLOSE:I