/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/domain/interactor/ |
H A D | PowerInteractorTest.kt | 53 @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 D | PowerInteractor.kt | 38 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 D | NotificationShelfViewModelTest.kt | 61 @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 D | NotificationShelfInteractorTest.kt | 52 private val screenOffAnimationController = regex 63 screenOffAnimationController,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardQsUserSwitchControllerTest.kt | 69 private lateinit var screenOffAnimationController: ScreenOffAnimationController 99 screenOffAnimationController,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | PulsingGestureListenerTest.kt | 79 private lateinit var screenOffAnimationController: ScreenOffAnimationController 98 screenOffAnimationController, 110 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true)
|
H A D | LockscreenHostedDreamGestureListenerTest.kt | 57 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController 81 screenOffAnimationController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardVisibilityHelper.java | 61 ScreenOffAnimationController screenOffAnimationController, in KeyguardVisibilityHelper() argument 67 mScreenOffAnimationController = screenOffAnimationController; in KeyguardVisibilityHelper()
|
H A D | KeyguardStatusViewController.java | 130 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 D | KeyguardModule.java | 129 ScreenOffAnimationController screenOffAnimationController, in newKeyguardViewMediator() argument 172 screenOffAnimationController, in newKeyguardViewMediator()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationWakeUpCoordinator.kt | 58 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 D | NotificationWakeUpCoordinatorTest.kt | 62 private val screenOffAnimationController: ScreenOffAnimationController = mock() 101 screenOffAnimationController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardQsUserSwitchController.java | 149 ScreenOffAnimationController screenOffAnimationController, in KeyguardQsUserSwitchController() argument 163 screenOffAnimationController, /* animateYPos= */ false, /* logBuffer= */ null); in KeyguardQsUserSwitchController()
|
H A D | KeyguardUserSwitcherController.java | 164 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 D | NotificationIconAreaControllerViewBinderWrapperImpl.kt | 93 private val screenOffAnimationController: ScreenOffAnimationController, 277 if (screenOffAnimationController.shouldAnimateAodIcons()) { 642 !screenOffAnimationController.shouldShowAodIconsWhenShade()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | DozeParameters.java | 128 ScreenOffAnimationController screenOffAnimationController, in DozeParameters() argument 144 mScreenOffAnimationController = screenOffAnimationController; in DozeParameters()
|
H A D | LegacyNotificationIconAreaControllerImpl.java | 144 ScreenOffAnimationController screenOffAnimationController) { in LegacyNotificationIconAreaControllerImpl() argument 159 mScreenOffAnimationController = screenOffAnimationController; in LegacyNotificationIconAreaControllerImpl()
|
H A D | BiometricUnlockController.java | 288 ScreenOffAnimationController screenOffAnimationController, in BiometricUnlockController() argument 315 mScreenOffAnimationController = screenOffAnimationController; in BiometricUnlockController()
|
H A D | ScrimController.java | 303 ScreenOffAnimationController screenOffAnimationController, in ScrimController() argument 322 mScreenOffAnimationController = screenOffAnimationController; in ScrimController()
|
H A D | CentralSurfacesImpl.java | 760 ScreenOffAnimationController screenOffAnimationController, in CentralSurfacesImpl() 887 mScreenOffAnimationController = screenOffAnimationController; in CentralSurfacesImpl()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | OccludingAppDeviceEntryInteractorTest.kt | 156 screenOffAnimationController = mock(),
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowControllerImpl.java | 145 ScreenOffAnimationController screenOffAnimationController, in NotificationShadeWindowControllerImpl() argument 161 mScreenOffAnimationController = screenOffAnimationController; in NotificationShadeWindowControllerImpl()
|
H A D | NotificationPanelViewController.java | 745 ScreenOffAnimationController screenOffAnimationController, in NotificationPanelViewController() 919 mScreenOffAnimationController = screenOffAnimationController; in NotificationPanelViewController()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | LockscreenShadeTransitionControllerTest.kt | 117 screenOffAnimationController = mock(),
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 1375 ScreenOffAnimationController screenOffAnimationController, 1441 mScreenOffAnimationController = screenOffAnimationController;
|