Home
last modified time | relevance | path

Searched refs:TRANSIT_KEYGUARD_OCCLUDE (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppTransitionTests.java25 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;
107 mDc.prepareAppTransition(TRANSIT_KEYGUARD_OCCLUDE); in testKeyguardOverride()
123 mDc.prepareAppTransition(TRANSIT_KEYGUARD_OCCLUDE); in testKeyguardUnoccludeOcclude()
/frameworks/proto_logging/stats/enums/view/
Denums.proto86 TRANSIT_KEYGUARD_OCCLUDE = 22; enumerator
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java30 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;
1301 case TRANSIT_KEYGUARD_OCCLUDE: { in appTransitionToString()
1550 || transit == TRANSIT_KEYGUARD_OCCLUDE in isKeyguardTransit()
1559 final int occludeIndex = mNextAppTransitionRequests.indexOf(TRANSIT_KEYGUARD_OCCLUDE); in getKeyguardTransition()
1569 return unoccludeIndex != -1 ? TRANSIT_KEYGUARD_UNOCCLUDE : TRANSIT_KEYGUARD_OCCLUDE; in getKeyguardTransition()
DKeyguardController.java31 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;
448 final int type = occluded ? TRANSIT_KEYGUARD_OCCLUDE : TRANSIT_KEYGUARD_UNOCCLUDE; in handleOccludedChanged()
DAppTransitionController.java25 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;
379 case TRANSIT_KEYGUARD_OCCLUDE: in getTransitCompatType()
DRootWindowContainer.java2608 transit = WindowManager.TRANSIT_KEYGUARD_OCCLUDE; in applySleepTokens()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java25 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;
188 } else if (type == TRANSIT_KEYGUARD_OCCLUDE) { in getTransitionOldType()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitions.java25 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;
1182 final boolean isOccludingKeyguard = request.getType() == TRANSIT_KEYGUARD_OCCLUDE in requestStartTransition()
/frameworks/base/core/java/android/view/
DWindowManager.java457 int TRANSIT_KEYGUARD_OCCLUDE = 8; field
503 TRANSIT_KEYGUARD_OCCLUDE,
1907 case TRANSIT_KEYGUARD_OCCLUDE: return "KEYGUARD_OCCLUDE"; in transitTypeToString()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java31 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;
2743 } else if (type == TRANSIT_KEYGUARD_OCCLUDE && triggerTask.topActivity != null in handleRequest()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64633 Landroid/view/WindowManager;->TRANSIT_KEYGUARD_OCCLUDE:I