Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DNonAppWindowAnimationAdapter.java72 if (shouldStartNonAppWindowAnimationsForKeyguardExit(transit)) { in startNonAppWindowAnimations()
83 static boolean shouldStartNonAppWindowAnimationsForKeyguardExit( in shouldStartNonAppWindowAnimationsForKeyguardExit() method in NonAppWindowAnimationAdapter
H A DAppTransitionController.java69 … com.android.server.wm.NonAppWindowAnimationAdapter.shouldStartNonAppWindowAnimationsForKeyguardEx…
605 return shouldStartNonAppWindowAnimationsForKeyguardExit(transit) in transitionMayContainNonAppWindows()