Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java1640 final int unoccludeIndex = mNextAppTransitionRequests.indexOf(TRANSIT_KEYGUARD_UNOCCLUDE); in getKeyguardTransition() local
1643 if (unoccludeIndex == -1 && occludeIndex == -1) { in getKeyguardTransition()
1648 if (unoccludeIndex != -1 && unoccludeIndex < occludeIndex) { in getKeyguardTransition()
1651 return unoccludeIndex != -1 ? TRANSIT_KEYGUARD_UNOCCLUDE : TRANSIT_KEYGUARD_OCCLUDE; in getKeyguardTransition()