Searched refs:TRANSIT_KEYGUARD_OCCLUDE (Results 1 – 8 of 8) sorted by relevance
66 TRANSIT_KEYGUARD_OCCLUDE = 22; enumerator
26 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;195 } else if (type == TRANSIT_KEYGUARD_OCCLUDE) { in getTransitionOldType()394 f.mTypeSet = new int[]{TRANSIT_KEYGUARD_OCCLUDE}; in onCreate()
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()
30 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;1274 case TRANSIT_KEYGUARD_OCCLUDE: { in appTransitionToString()1523 || transit == TRANSIT_KEYGUARD_OCCLUDE in isKeyguardTransit()1532 final int occludeIndex = mNextAppTransitionRequests.indexOf(TRANSIT_KEYGUARD_OCCLUDE); in getKeyguardTransition()1542 return unoccludeIndex != -1 ? TRANSIT_KEYGUARD_UNOCCLUDE : TRANSIT_KEYGUARD_OCCLUDE; in getKeyguardTransition()
30 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;417 ? TRANSIT_KEYGUARD_OCCLUDE in handleOccludedChanged()
29 import static android.view.WindowManager.TRANSIT_KEYGUARD_OCCLUDE;377 case TRANSIT_KEYGUARD_OCCLUDE: in getTransitCompatType()
437 int TRANSIT_KEYGUARD_OCCLUDE = 8; field476 TRANSIT_KEYGUARD_OCCLUDE,1368 case TRANSIT_KEYGUARD_OCCLUDE: return "KEYGUARD_OCCLUDE"; in transitTypeToString()
65276 Landroid/view/WindowManager;->TRANSIT_KEYGUARD_OCCLUDE:I