Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java1571 final int unoccludeIndex = mNextAppTransitionRequests.indexOf(TRANSIT_KEYGUARD_UNOCCLUDE); in getKeyguardTransition() local
1574 if (unoccludeIndex == -1 && occludeIndex == -1) { in getKeyguardTransition()
1579 if (unoccludeIndex != -1 && unoccludeIndex < occludeIndex) { in getKeyguardTransition()
1582 return unoccludeIndex != -1 ? TRANSIT_KEYGUARD_UNOCCLUDE : TRANSIT_KEYGUARD_OCCLUDE; in getKeyguardTransition()