Searched refs:TRANSIT_CRASHING_ACTIVITY_CLOSE (Results 1 – 7 of 7) sorted by relevance
25 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;100 mWm.prepareAppTransition(TRANSIT_CRASHING_ACTIVITY_CLOSE, false /* alwaysKeepCurrent */); in testCrashing()101 assertEquals(TRANSIT_CRASHING_ACTIVITY_CLOSE, mDc.mAppTransition.getAppTransition()); in testCrashing()107 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;257 if (transit == TRANSIT_CRASHING_ACTIVITY_CLOSE) { in overrideWithRemoteAnimationIfSet()711 if (transit == TRANSIT_NONE || transit == TRANSIT_CRASHING_ACTIVITY_CLOSE in maybeUpdateTransitToWallpaper()
23 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;1617 } else if (transit == TRANSIT_CRASHING_ACTIVITY_CLOSE) { in loadAnimation()2068 case TRANSIT_CRASHING_ACTIVITY_CLOSE: { in appTransitionToString()2207 && transit == TRANSIT_CRASHING_ACTIVITY_CLOSE; in prepareAppTransitionLocked()2216 && mNextAppTransition != TRANSIT_CRASHING_ACTIVITY_CLOSE) { in prepareAppTransitionLocked()2280 || transit == TRANSIT_CRASHING_ACTIVITY_CLOSE; in isClosingTransit()
38 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;2216 TRANSIT_CRASHING_ACTIVITY_CLOSE, false /* alwaysKeepCurrent */); in finishTopCrashedActivityLocked()
39 import static android.view.WindowManager.TRANSIT_CRASHING_ACTIVITY_CLOSE;2764 TRANSIT_CRASHING_ACTIVITY_CLOSE, false /* alwaysKeepCurrent */); in handleAppCrash()
271 int TRANSIT_CRASHING_ACTIVITY_CLOSE = 26; field311 TRANSIT_CRASHING_ACTIVITY_CLOSE,