Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/domain/interactor/
H A DPowerInteractorTest.kt53 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController
69 screenOffAnimationController,
103 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true)
113 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(false)
125 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
H A DPowerInteractor.kt38 private val screenOffAnimationController: ScreenOffAnimationController,
53 statusBarStateController.isDozing && screenOffAnimationController.allowWakeUpIfDozing()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
H A DNotificationShelfViewModelTest.kt61 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController
74 screenOffAnimationController,
94 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
H A DNotificationShelfInteractorTest.kt52 private val screenOffAnimationController = regex
63 screenOffAnimationController,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchControllerTest.kt69 private lateinit var screenOffAnimationController: ScreenOffAnimationController
99 screenOffAnimationController,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DPulsingGestureListenerTest.kt79 private lateinit var screenOffAnimationController: ScreenOffAnimationController
98 screenOffAnimationController,
110 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true)
H A DLockscreenHostedDreamGestureListenerTest.kt57 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController
81 screenOffAnimationController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardVisibilityHelper.java61 ScreenOffAnimationController screenOffAnimationController, in KeyguardVisibilityHelper() argument
67 mScreenOffAnimationController = screenOffAnimationController; in KeyguardVisibilityHelper()
H A DKeyguardStatusViewController.java130 ScreenOffAnimationController screenOffAnimationController, in KeyguardStatusViewController() argument
142 dozeParameters, screenOffAnimationController, /* animateYPos= */ true, in KeyguardStatusViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java129 ScreenOffAnimationController screenOffAnimationController, in newKeyguardViewMediator() argument
172 screenOffAnimationController, in newKeyguardViewMediator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinator.kt58 private val screenOffAnimationController: ScreenOffAnimationController,
474 screenOffAnimationController.overrideNotificationsFullyDozingOnKeyguard()
503 if (screenOffAnimationController.overrideNotificationsFullyDozingOnKeyguard()) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinatorTest.kt62 private val screenOffAnimationController: ScreenOffAnimationController = mock()
101 screenOffAnimationController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchController.java149 ScreenOffAnimationController screenOffAnimationController, in KeyguardQsUserSwitchController() argument
163 screenOffAnimationController, /* animateYPos= */ false, /* logBuffer= */ null); in KeyguardQsUserSwitchController()
H A DKeyguardUserSwitcherController.java164 ScreenOffAnimationController screenOffAnimationController) { in KeyguardUserSwitcherController() argument
177 screenOffAnimationController, /* animateYPos= */ false, /* logBuffer= */ null); in KeyguardUserSwitcherController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt93 private val screenOffAnimationController: ScreenOffAnimationController,
277 if (screenOffAnimationController.shouldAnimateAodIcons()) {
642 !screenOffAnimationController.shouldShowAodIconsWhenShade()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java128 ScreenOffAnimationController screenOffAnimationController, in DozeParameters() argument
144 mScreenOffAnimationController = screenOffAnimationController; in DozeParameters()
H A DLegacyNotificationIconAreaControllerImpl.java144 ScreenOffAnimationController screenOffAnimationController) { in LegacyNotificationIconAreaControllerImpl() argument
159 mScreenOffAnimationController = screenOffAnimationController; in LegacyNotificationIconAreaControllerImpl()
H A DBiometricUnlockController.java288 ScreenOffAnimationController screenOffAnimationController, in BiometricUnlockController() argument
315 mScreenOffAnimationController = screenOffAnimationController; in BiometricUnlockController()
H A DScrimController.java303 ScreenOffAnimationController screenOffAnimationController, in ScrimController() argument
322 mScreenOffAnimationController = screenOffAnimationController; in ScrimController()
H A DCentralSurfacesImpl.java760 ScreenOffAnimationController screenOffAnimationController, in CentralSurfacesImpl()
887 mScreenOffAnimationController = screenOffAnimationController; in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DOccludingAppDeviceEntryInteractorTest.kt156 screenOffAnimationController = mock(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java145 ScreenOffAnimationController screenOffAnimationController, in NotificationShadeWindowControllerImpl() argument
161 mScreenOffAnimationController = screenOffAnimationController; in NotificationShadeWindowControllerImpl()
H A DNotificationPanelViewController.java745 ScreenOffAnimationController screenOffAnimationController, in NotificationPanelViewController()
919 mScreenOffAnimationController = screenOffAnimationController; in NotificationPanelViewController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt117 screenOffAnimationController = mock(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1375 ScreenOffAnimationController screenOffAnimationController,
1441 mScreenOffAnimationController = screenOffAnimationController;