Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardController.java27 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
356 && dc.mAppTransition.getAppTransition() == TRANSIT_KEYGUARD_UNOCCLUDE) { in handleDismissKeyguard()
380 && dc.mAppTransition.getAppTransition() == TRANSIT_KEYGUARD_UNOCCLUDE in resolveOccludeTransit()
392 return TRANSIT_KEYGUARD_UNOCCLUDE; in resolveOccludeTransit()
DAppTransition.java31 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
1623 } else if (transit == TRANSIT_KEYGUARD_UNOCCLUDE && !enter) { in loadAnimation()
2075 case TRANSIT_KEYGUARD_UNOCCLUDE: { in appTransitionToString()
2266 || transit == TRANSIT_KEYGUARD_UNOCCLUDE; in isKeyguardTransit()
DDisplayContent.java77 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
4731 mAppTransition.getAppTransition() == TRANSIT_KEYGUARD_UNOCCLUDE in getOrientation()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java64 public static final int TRANSIT_KEYGUARD_UNOCCLUDE = WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE; field in WindowManagerWrapper
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppTransitionTests.java27 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
97 mWm.prepareAppTransition(TRANSIT_KEYGUARD_UNOCCLUDE, false /* alwaysKeepCurrent */); in testForceOverride()
/frameworks/base/core/proto/android/view/
Denums.proto67 TRANSIT_KEYGUARD_UNOCCLUDE = 23; enumerator
/frameworks/base/core/java/android/view/
DWindowManager.java237 int TRANSIT_KEYGUARD_UNOCCLUDE = 23; field
293 TRANSIT_KEYGUARD_UNOCCLUDE,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79706 Landroid/view/WindowManager;->TRANSIT_KEYGUARD_UNOCCLUDE:I