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.java29 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
372 : TRANSIT_KEYGUARD_UNOCCLUDE); in handleOccludedChanged()
408 && dc.mAppTransition.containsTransitRequest(TRANSIT_KEYGUARD_UNOCCLUDE)) { in handleDismissKeyguard()
DAppTransition.java30 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
334 return mNextAppTransitionRequests.contains(TRANSIT_KEYGUARD_UNOCCLUDE); in isUnoccluding()
1512 case TRANSIT_KEYGUARD_UNOCCLUDE: { in appTransitionToString()
1750 || transit == TRANSIT_KEYGUARD_UNOCCLUDE; in isKeyguardTransit()
1756 final int occludeIndex = mNextAppTransitionRequests.indexOf(TRANSIT_KEYGUARD_UNOCCLUDE); in getKeyguardTransition()
DAppTransitionController.java29 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
299 case TRANSIT_KEYGUARD_UNOCCLUDE: in getTransitCompatType()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java22 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
158 } else if (type == TRANSIT_KEYGUARD_UNOCCLUDE) { in loadAnimation()
/frameworks/proto_logging/stats/enums/view/
Denums.proto67 TRANSIT_KEYGUARD_UNOCCLUDE = 23; enumerator
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java63 public static final int TRANSIT_KEYGUARD_UNOCCLUDE = field in WindowManagerWrapper
/frameworks/base/core/java/android/view/
DWindowManager.java395 int TRANSIT_KEYGUARD_UNOCCLUDE = 9; field
420 TRANSIT_KEYGUARD_UNOCCLUDE,
924 case TRANSIT_KEYGUARD_UNOCCLUDE: return "KEYGUARD_UNOCCLUDE"; in transitTypeToString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68600 Landroid/view/WindowManager;->TRANSIT_KEYGUARD_UNOCCLUDE:I