Searched refs:TRANSIT_KEYGUARD_OCCLUDE (Results 1 – 11 of 11) sorted by relevance
25 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;107 mDc.prepareAppTransition(TRANSIT_KEYGUARD_OCCLUDE); in testKeyguardOverride()123 mDc.prepareAppTransition(TRANSIT_KEYGUARD_OCCLUDE); in testKeyguardUnoccludeOcclude()
86 TRANSIT_KEYGUARD_OCCLUDE = 22; enumerator
30 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()
31 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;448 final int type = occluded ? TRANSIT_KEYGUARD_OCCLUDE : TRANSIT_KEYGUARD_UNOCCLUDE; in handleOccludedChanged()
25 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;379 case TRANSIT_KEYGUARD_OCCLUDE: in getTransitCompatType()
2608 transit = WindowManager.TRANSIT_KEYGUARD_OCCLUDE; in applySleepTokens()
25 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;188 } else if (type == TRANSIT_KEYGUARD_OCCLUDE) { in getTransitionOldType()
25 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;1182 final boolean isOccludingKeyguard = request.getType() == TRANSIT_KEYGUARD_OCCLUDE in requestStartTransition()
457 int TRANSIT_KEYGUARD_OCCLUDE = 8; field503 TRANSIT_KEYGUARD_OCCLUDE,1907 case TRANSIT_KEYGUARD_OCCLUDE: return "KEYGUARD_OCCLUDE"; in transitTypeToString()
31 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;2743 } else if (type == TRANSIT_KEYGUARD_OCCLUDE && triggerTask.topActivity != null in handleRequest()
64633 Landroid/view/WindowManager;->TRANSIT_KEYGUARD_OCCLUDE:I