Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardVisibilityHelper.java52 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in KeyguardVisibilityHelper() argument
57 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in KeyguardVisibilityHelper()
H A DKeyguardStatusViewController.java71 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in KeyguardStatusViewController() argument
80 dozeParameters, unlockedScreenOffAnimationController, /* animateYPos= */ true); in KeyguardStatusViewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt43 private val unlockedScreenOffAnimationController: UnlockedScreenOffAnimationController
268 if (unlockedScreenOffAnimationController.isScreenOffAnimationPlaying() &&
335 if (unlockedScreenOffAnimationController.isScreenOffAnimationPlaying()) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java99 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in newKeyguardViewMediator() argument
122 unlockedScreenOffAnimationController, in newKeyguardViewMediator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeScreenBrightness.java116 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in DozeScreenBrightness() argument
128 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeScreenBrightness()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewController.java89 @NonNull UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in UdfpsKeyguardViewController() argument
101 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsKeyguardViewController()
H A DUdfpsController.java582 @NonNull UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in UdfpsController()
610 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java110 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in DozeParameters() argument
124 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeParameters()
H A DNotificationIconAreaController.java126 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in NotificationIconAreaController() argument
140 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationIconAreaController()
H A DNotificationShadeWindowControllerImpl.java121 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in NotificationShadeWindowControllerImpl() argument
133 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationShadeWindowControllerImpl()
H A DStatusBarKeyguardViewManager.java248 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in StatusBarKeyguardViewManager() argument
264 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBarKeyguardViewManager()
H A DScrimController.java237 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in ScrimController() argument
248 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in ScrimController()
H A DStatusBar.java788 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in StatusBar()
886 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBar()
H A DNotificationPanelViewController.java707 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in NotificationPanelViewController()
808 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationPanelViewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchController.java131 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in KeyguardQsUserSwitchController() argument
146 unlockedScreenOffAnimationController, /* animateYPos= */ false); in KeyguardQsUserSwitchController()
H A DKeyguardUserSwitcherController.java164 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in KeyguardUserSwitcherController() argument
177 unlockedScreenOffAnimationController, /* animateYPos= */ false); in KeyguardUserSwitcherController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarPhoneModule.java240 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in provideStatusBar()
341 unlockedScreenOffAnimationController, in provideStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java848 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in KeyguardViewMediator() argument
885 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in KeyguardViewMediator()