Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/domain/interactor/
DPowerInteractorFactory.kt31 screenOffAnimationController: ScreenOffAnimationController = mock(), in create()
37 screenOffAnimationController = screenOffAnimationController, in create()
43 screenOffAnimationController, in create()
53 val screenOffAnimationController: ScreenOffAnimationController, constant in com.android.systemui.power.domain.interactor.PowerInteractorFactory.WithDependencies
DPowerInteractorKosmos.kt24 import com.android.systemui.statusbar.phone.screenOffAnimationController
31 screenOffAnimationController = screenOffAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
DNotificationShelfInteractorTest.kt30 import com.android.systemui.statusbar.phone.screenOffAnimationController
50 screenOffAnimationController = mock() in <lambda>()
52 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModelKosmos.kt33 import com.android.systemui.statusbar.phone.screenOffAnimationController
94 screenOffAnimationController = screenOffAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/power/domain/interactor/
DPowerInteractorTest.kt63 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController variable in com.android.systemui.power.domain.interactor.PowerInteractorTest
74 screenOffAnimationController, in setUp()
105 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in wakeUpIfDozing_notDozing_notWoken()
115 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(false) in wakeUpIfDozing_notAllowed_notWoken()
127 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in wakeUpIfDozing_dozingAndAllowed_wokenAndFalsingNotified()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelTest.kt36 import com.android.systemui.statusbar.phone.screenOffAnimationController
56 screenOffAnimationController = mock() in <lambda>()
58 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt75 private lateinit var screenOffAnimationController: ScreenOffAnimationController variable in com.android.systemui.shade.PulsingGestureListenerTest
93 screenOffAnimationController = screenOffAnimationController, in setUp()
104 whenever(screenOffAnimationController.allowWakeUpIfDozing()).thenReturn(true) in setUp()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationControllerKosmos.kt22 var Kosmos.screenOffAnimationController by Kosmos.Fixture { mock<ScreenOffAnimationController>() } in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
DPowerInteractor.kt51 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>() constant in com.android.systemui.power.domain.interactor.PowerInteractor
106 statusBarStateController.isDozing && screenOffAnimationController.allowWakeUpIfDozing() in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModelTest.kt60 import com.android.systemui.statusbar.phone.screenOffAnimationController
89 private val screenOffAnimationController by lazy { kosmos.screenOffAnimationController } in <lambda>() constant
169 whenever(screenOffAnimationController.shouldShowAodIconsWhenShade()).thenReturn(false) in iconContainer_isNotVisible_notOnKeyguard_dontShowAodIconsWhenShade()
186 whenever(screenOffAnimationController.shouldShowAodIconsWhenShade()).thenReturn(false) in iconContainer_isNotVisible_onKeyguard_dontShowWhenGoneToAodTransitionRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt61 private val screenOffAnimationController: ScreenOffAnimationController, constant
483 screenOffAnimationController.overrideNotificationsFullyDozingOnKeyguard() in maybeClearHardDozeAmountOverrideHidingNotifs()
514 if (screenOffAnimationController.overrideNotificationsFullyDozingOnKeyguard()) { in overrideDozeAmountIfAnimatingScreenOff()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt82 private val screenOffAnimationController: ScreenOffAnimationController = mock() constant
135 screenOffAnimationController, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTestKt.kt73 import com.android.systemui.statusbar.phone.screenOffAnimationController
138 screenOffAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java158 ScreenOffAnimationController screenOffAnimationController, in newKeyguardViewMediator() argument
211 screenOffAnimationController, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryHapticsInteractorTest.kt56 import com.android.systemui.statusbar.phone.screenOffAnimationController
86 whenever(kosmos.screenOffAnimationController.isKeyguardShowDelayed()).thenReturn(false) in setup()
DDeviceEntrySourceInteractorTest.kt51 import com.android.systemui.statusbar.phone.screenOffAnimationController
79 whenever(kosmos.screenOffAnimationController.isKeyguardShowDelayed()).thenReturn(false) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java132 ScreenOffAnimationController screenOffAnimationController, in DozeParameters() argument
151 mScreenOffAnimationController = screenOffAnimationController; in DozeParameters()
DBiometricUnlockController.java293 ScreenOffAnimationController screenOffAnimationController, in BiometricUnlockController() argument
323 mScreenOffAnimationController = screenOffAnimationController; in BiometricUnlockController()
DScrimController.java361 ScreenOffAnimationController screenOffAnimationController, in ScrimController() argument
386 mScreenOffAnimationController = screenOffAnimationController; in ScrimController()
DCentralSurfacesImpl.java693 ScreenOffAnimationController screenOffAnimationController, in CentralSurfacesImpl()
825 mScreenOffAnimationController = screenOffAnimationController; in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt72 private val screenOffAnimationController: ScreenOffAnimationController, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModel.kt141 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>() constant
373 (isOnGone && !screenOffAnimationController.shouldShowAodIconsWhenShade()) -> in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DHideNotificationsInteractorTest.kt66 screenOffAnimationController = mock(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java124 ScreenOffAnimationController screenOffAnimationController, in KeyguardQsUserSwitchController() argument
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt125 @get:Provides val screenOffAnimationController: ScreenOffAnimationController = mock(), constant

12