Home
last modified time | relevance | path

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

12

/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/tests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
DNotificationShelfInteractorTest.kt51 private val screenOffAnimationController = constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/domain/interactor/
DPowerInteractorFactory.kt52 val screenOffAnimationController: ScreenOffAnimationController, constant in com.android.systemui.power.domain.interactor.PowerInteractorFactory.WithDependencies
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardVisibilityHelper.java62 ScreenOffAnimationController screenOffAnimationController, in KeyguardVisibilityHelper()
DKeyguardStatusViewController.java175 ScreenOffAnimationController screenOffAnimationController, in KeyguardStatusViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerAlwaysOnDisplayViewBinder.kt43 private val screenOffAnimationController: ScreenOffAnimationController, constant in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconContainerAlwaysOnDisplayViewBinder
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchControllerTest.kt69 private lateinit var screenOffAnimationController: ScreenOffAnimationController variable in com.android.systemui.statusbar.policy.KeyguardQsUserSwitchControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java148 ScreenOffAnimationController screenOffAnimationController, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java149 ScreenOffAnimationController screenOffAnimationController, in KeyguardQsUserSwitchController()
DKeyguardUserSwitcherController.java164 ScreenOffAnimationController screenOffAnimationController) { in KeyguardUserSwitcherController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt75 private lateinit var screenOffAnimationController: ScreenOffAnimationController variable in com.android.systemui.shade.PulsingGestureListenerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
DPowerInteractor.kt42 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>() constant in com.android.systemui.power.domain.interactor.PowerInteractor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelTest.kt69 private val screenOffAnimationController: ScreenOffAnimationController = mock { in create() constant in com.android.systemui.statusbar.notification.shelf.ui.viewmodel.NotificationShelfViewModelTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/domain/interactor/
DPowerInteractorTest.kt55 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController variable in com.android.systemui.power.domain.interactor.PowerInteractorTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModelTest.kt77 private val screenOffAnimationController by lazy { kosmos.screenOffAnimationController } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java126 ScreenOffAnimationController screenOffAnimationController, in DozeParameters()
DLegacyNotificationIconAreaControllerImpl.java141 ScreenOffAnimationController screenOffAnimationController) { in LegacyNotificationIconAreaControllerImpl()
DBiometricUnlockController.java291 ScreenOffAnimationController screenOffAnimationController, in BiometricUnlockController()
DScrimController.java341 ScreenOffAnimationController screenOffAnimationController, in ScrimController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt78 private val screenOffAnimationController: ScreenOffAnimationController = mock() constant in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinatorTest
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt120 @get:Provides val screenOffAnimationController: ScreenOffAnimationController = mock(), constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt90 private val screenOffAnimationController: ScreenOffAnimationController, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt65 private val screenOffAnimationController: ScreenOffAnimationController, constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModel.kt118 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardRootViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt143 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>() constant

12