Searched refs:TRANSIT_KEYGUARD_GOING_AWAY (Results 1 – 8 of 8) sorted by relevance
26 import static android.view.WindowManager.TRANSIT_KEYGUARD_GOING_AWAY;82 mWm.prepareAppTransition(TRANSIT_KEYGUARD_GOING_AWAY, false /* alwaysKeepCurrent */); in testKeyguardOverride()83 assertEquals(TRANSIT_KEYGUARD_GOING_AWAY, mDc.mAppTransition.getAppTransition()); in testKeyguardOverride()89 mWm.prepareAppTransition(TRANSIT_KEYGUARD_GOING_AWAY, false /* alwaysKeepCurrent */); in testKeyguardKeep()91 assertEquals(TRANSIT_KEYGUARD_GOING_AWAY, mDc.mAppTransition.getAppTransition()); in testKeyguardKeep()113 mWm.prepareAppTransition(TRANSIT_KEYGUARD_GOING_AWAY, false /* alwaysKeepCurrent */); in testKeepKeyguard_withCrashing()115 assertEquals(TRANSIT_KEYGUARD_GOING_AWAY, mDc.mAppTransition.getAppTransition()); in testKeepKeyguard_withCrashing()
60 public static final int TRANSIT_KEYGUARD_GOING_AWAY = WindowManager.TRANSIT_KEYGUARD_GOING_AWAY; field in WindowManagerWrapper
29 import static android.view.WindowManager.TRANSIT_KEYGUARD_GOING_AWAY;427 if (transit == TRANSIT_KEYGUARD_GOING_AWAY) { in handleNonAppWindowsInTransition()438 if (transit == TRANSIT_KEYGUARD_GOING_AWAY in handleNonAppWindowsInTransition()558 if (openingCanBeWallpaperTarget && transit == TRANSIT_KEYGUARD_GOING_AWAY) { in maybeUpdateTransitToWallpaper()
25 import static android.view.WindowManager.TRANSIT_KEYGUARD_GOING_AWAY;182 .prepareAppTransition(TRANSIT_KEYGUARD_GOING_AWAY, in keyguardGoingAway()
28 import static android.view.WindowManager.TRANSIT_KEYGUARD_GOING_AWAY;1586 && mNextAppTransition != TRANSIT_KEYGUARD_GOING_AWAY; in canSkipFirstFrame()1815 if (mNextAppTransition == TRANSIT_KEYGUARD_GOING_AWAY in getAppStackClipMode()2066 case TRANSIT_KEYGUARD_GOING_AWAY: { in appTransitionToString()2260 return transit == TRANSIT_KEYGUARD_GOING_AWAY in isKeyguardGoingAwayTransit()
64 TRANSIT_KEYGUARD_GOING_AWAY = 20; enumerator
219 int TRANSIT_KEYGUARD_GOING_AWAY = 20; field290 TRANSIT_KEYGUARD_GOING_AWAY,
79703 Landroid/view/WindowManager;->TRANSIT_KEYGUARD_GOING_AWAY:I