Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DInWindowLauncherAnimationViewBinder.kt33 inWindowLauncherUnlockAnimationManager: InWindowLauncherUnlockAnimationManager, in <lambda>()
39 inWindowLauncherUnlockAnimationManager.prepareForUnlock() in <lambda>()
44 inWindowLauncherUnlockAnimationManager.ensureUnlockedOrAnimatingUnlocked() in <lambda>()
52 inWindowLauncherUnlockAnimationManager.playUnlockAnimation(unlocked = true) in <lambda>()
57 inWindowLauncherUnlockAnimationManager.clearStartedUnlockAnimation() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DOverviewProxyServiceTest.kt114 private lateinit var inWindowLauncherUnlockAnimationManager: variable in com.android.systemui.recents.OverviewProxyServiceTest
249 inWindowLauncherUnlockAnimationManager, in createOverviewProxyService()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java181 InWindowLauncherUnlockAnimationManager inWindowLauncherUnlockAnimationManager) { in KeyguardClockSwitchController() argument
200 mInWindowLauncherUnlockAnimationManager = inWindowLauncherUnlockAnimationManager; in KeyguardClockSwitchController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java636 InWindowLauncherUnlockAnimationManager inWindowLauncherUnlockAnimationManager, in OverviewProxyService() argument
673 mSysuiUnlockAnimationController = inWindowLauncherUnlockAnimationManager; in OverviewProxyService()