Home
last modified time | relevance | path

Searched refs:TRANSIT_KEYGUARD_GOING_AWAY (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppTransitionTests.java26 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()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java60 public static final int TRANSIT_KEYGUARD_GOING_AWAY = WindowManager.TRANSIT_KEYGUARD_GOING_AWAY; field in WindowManagerWrapper
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java29 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()
DKeyguardController.java25 import static android.view.WindowManager.TRANSIT_KEYGUARD_GOING_AWAY;
182 .prepareAppTransition(TRANSIT_KEYGUARD_GOING_AWAY, in keyguardGoingAway()
DAppTransition.java28 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()
/frameworks/base/core/proto/android/view/
Denums.proto64 TRANSIT_KEYGUARD_GOING_AWAY = 20; enumerator
/frameworks/base/core/java/android/view/
DWindowManager.java219 int TRANSIT_KEYGUARD_GOING_AWAY = 20; field
290 TRANSIT_KEYGUARD_GOING_AWAY,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79703 Landroid/view/WindowManager;->TRANSIT_KEYGUARD_GOING_AWAY:I