Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/enums/view/
Denums.proto67 TRANSIT_KEYGUARD_UNOCCLUDE = 23; enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java27 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
200 } else if (type == TRANSIT_KEYGUARD_UNOCCLUDE) { in getTransitionOldType()
398 f.mTypeSet = new int[]{TRANSIT_KEYGUARD_UNOCCLUDE}; in onCreate()
/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardController.java31 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
418 : TRANSIT_KEYGUARD_UNOCCLUDE, 0 /* flags */); in handleOccludedChanged()
467 && dc.mAppTransition.containsTransitRequest(TRANSIT_KEYGUARD_UNOCCLUDE)) { in handleDismissKeyguard()
DAppTransition.java31 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
266 return mNextAppTransitionRequests.contains(TRANSIT_KEYGUARD_UNOCCLUDE); in isUnoccluding()
1277 case TRANSIT_KEYGUARD_UNOCCLUDE: { in appTransitionToString()
1524 || transit == TRANSIT_KEYGUARD_UNOCCLUDE; in isKeyguardTransit()
1531 final int unoccludeIndex = mNextAppTransitionRequests.indexOf(TRANSIT_KEYGUARD_UNOCCLUDE); in getKeyguardTransition()
1542 return unoccludeIndex != -1 ? TRANSIT_KEYGUARD_UNOCCLUDE : TRANSIT_KEYGUARD_OCCLUDE; in getKeyguardTransition()
DAppTransitionController.java30 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
389 case TRANSIT_KEYGUARD_UNOCCLUDE: in getTransitCompatType()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppTransitionTests.java26 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
122 mDc.prepareAppTransition(TRANSIT_KEYGUARD_UNOCCLUDE); in testKeyguardUnoccludeOcclude()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java39 import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
571 } else if (type == TRANSIT_KEYGUARD_UNOCCLUDE) { in loadAnimation()
/frameworks/base/core/java/android/view/
DWindowManager.java442 int TRANSIT_KEYGUARD_UNOCCLUDE = 9; field
477 TRANSIT_KEYGUARD_UNOCCLUDE,
1369 case TRANSIT_KEYGUARD_UNOCCLUDE: return "KEYGUARD_UNOCCLUDE"; in transitTypeToString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65277 Landroid/view/WindowManager;->TRANSIT_KEYGUARD_UNOCCLUDE:I