Searched refs:unoccludeIndex (Results 1 – 1 of 1) sorted by relevance
1571 final int unoccludeIndex = mNextAppTransitionRequests.indexOf(TRANSIT_KEYGUARD_UNOCCLUDE); in getKeyguardTransition() local1574 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()