Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1897 StartKeyguardExitAnimParams params = (StartKeyguardExitAnimParams) msg.obj;
2742 new StartKeyguardExitAnimParams(transit, startTime, fadeoutDuration, apps, in startKeyguardExitAnimation()
2849 private static class StartKeyguardExitAnimParams { class in KeyguardViewMediator
2859 private StartKeyguardExitAnimParams(@WindowManager.TransitionOldType int transit, in StartKeyguardExitAnimParams() method in KeyguardViewMediator.StartKeyguardExitAnimParams