Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/domain/interactor/
DPowerInteractorFactory.kt22 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
31 screenOffAnimationController: ScreenOffAnimationController = mock(), in create()
53 val screenOffAnimationController: ScreenOffAnimationController,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationControllerKosmos.kt22 var Kosmos.screenOffAnimationController by Kosmos.Fixture { mock<ScreenOffAnimationController>() } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt52 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
72 private val screenOffAnimationController: ScreenOffAnimationController,
DKeyguardViewMediator.java174 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
364 private final ScreenOffAnimationController mScreenOffAnimationController;
1544 ScreenOffAnimationController screenOffAnimationController,
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
DPowerInteractor.kt34 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>()
51 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java51 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
144 @Inject Lazy<ScreenOffAnimationController> mScreenOffAnimationController;
188 mProviders.put(ScreenOffAnimationController.class, mScreenOffAnimationController::get); in start()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt36 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
75 private lateinit var screenOffAnimationController: ScreenOffAnimationController
DNotificationPanelViewControllerBaseTest.java150 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
206 @Mock protected ScreenOffAnimationController mScreenOffAnimationController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java48 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
124 ScreenOffAnimationController screenOffAnimationController, in KeyguardQsUserSwitchController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/power/domain/interactor/
DPowerInteractorTest.kt37 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
63 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt74 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
125 @get:Provides val screenOffAnimationController: ScreenOffAnimationController = mock(),
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt46 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
82 private val screenOffAnimationController: ScreenOffAnimationController = mock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java82 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
158 ScreenOffAnimationController screenOffAnimationController, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt29 class ScreenOffAnimationController @Inject constructor( class
DDozeParameters.java88 private final ScreenOffAnimationController mScreenOffAnimationController;
132 ScreenOffAnimationController screenOffAnimationController, in DozeParameters()
DBiometricUnlockController.java272 private final ScreenOffAnimationController mScreenOffAnimationController;
293 ScreenOffAnimationController screenOffAnimationController, in BiometricUnlockController()
DScrimController.java244 private final ScreenOffAnimationController mScreenOffAnimationController;
361 ScreenOffAnimationController screenOffAnimationController, in ScrimController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt45 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
61 private val screenOffAnimationController: ScreenOffAnimationController,
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java87 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
240 mock(ScreenOffAnimationController.class), in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModel.kt49 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>()
141 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeParametersTest.java85 @Mock private ScreenOffAnimationController mScreenOffAnimationController;
DBiometricsUnlockControllerTest.java129 private ScreenOffAnimationController mScreenOffAnimationController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java103 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
158 @Mock private ScreenOffAnimationController mScreenOffAnimationController;
207 ScreenOffAnimationController.class, mScreenOffAnimationController); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java138 @Mock private ScreenOffAnimationController mScreenOffAnimationController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java124 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
192 private @Mock ScreenOffAnimationController mScreenOffAnimationController;

12