Searched refs:TRANSIT_CRASHING_ACTIVITY_CLOSE (Results 1 – 6 of 6) 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;246 if (transit == TRANSIT_CRASHING_ACTIVITY_CLOSE) { in overrideWithRemoteAnimationIfSet()519 if (transit == TRANSIT_NONE || transit == TRANSIT_CRASHING_ACTIVITY_CLOSE in maybeUpdateTransitToWallpaper()
23 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;1623 } else if (transit == TRANSIT_CRASHING_ACTIVITY_CLOSE) { in loadAnimation()2080 case TRANSIT_CRASHING_ACTIVITY_CLOSE: { in appTransitionToString()2217 && transit == TRANSIT_CRASHING_ACTIVITY_CLOSE; in prepareAppTransitionLocked()2226 && mNextAppTransition != TRANSIT_CRASHING_ACTIVITY_CLOSE) { in prepareAppTransitionLocked()
41 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;3855 TRANSIT_CRASHING_ACTIVITY_CLOSE, false /* alwaysKeepCurrent */); in finishTopCrashedActivityLocked()5291 TRANSIT_CRASHING_ACTIVITY_CLOSE, false /* alwaysKeepCurrent */); in handleAppCrash()
255 int TRANSIT_CRASHING_ACTIVITY_CLOSE = 26; field289 TRANSIT_CRASHING_ACTIVITY_CLOSE,