Home
last modified time | relevance | path

Searched refs:ScreenOffAnimationController (Results 1 – 25 of 43) 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()
52 val screenOffAnimationController: ScreenOffAnimationController,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerAlwaysOnDisplayViewBinder.kt29 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
43 private val screenOffAnimationController: ScreenOffAnimationController,
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardVisibilityHelper.java34 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
52 private final ScreenOffAnimationController mScreenOffAnimationController;
62 ScreenOffAnimationController screenOffAnimationController, in KeyguardVisibilityHelper()
/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/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerBaseTest.java38 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
58 @Mock protected ScreenOffAnimationController mScreenOffAnimationController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchControllerTest.kt34 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
69 private lateinit var screenOffAnimationController: ScreenOffAnimationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/domain/interactor/
DNotificationShelfInteractorTest.kt32 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
52 mock<ScreenOffAnimationController>().also { in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModelTest.kt35 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
69 private val screenOffAnimationController: ScreenOffAnimationController = mock { in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/domain/interactor/
DPowerInteractor.kt29 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>()
42 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java51 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
148 @Inject Lazy<ScreenOffAnimationController> mScreenOffAnimationController;
194 mProviders.put(ScreenOffAnimationController.class, mScreenOffAnimationController::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt73 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>()
104 screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
492 screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
514 screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/domain/interactor/
DPowerInteractorTest.kt30 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
55 @Mock private lateinit var screenOffAnimationController: ScreenOffAnimationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt36 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
75 private lateinit var screenOffAnimationController: ScreenOffAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt71 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
90 private val screenOffAnimationController: ScreenOffAnimationController,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java73 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
148 ScreenOffAnimationController screenOffAnimationController, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt69 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
120 @get:Provides val screenOffAnimationController: ScreenOffAnimationController = mock(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java51 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
149 ScreenOffAnimationController screenOffAnimationController, in KeyguardQsUserSwitchController()
DKeyguardUserSwitcherController.java51 import com.android.systemui.statusbar.phone.ScreenOffAnimationController;
164 ScreenOffAnimationController screenOffAnimationController) { in KeyguardUserSwitcherController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImplTest.java76 ScreenOffAnimationController mScreenOffAnimationController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerAlwaysOnDisplayViewModelTest.kt46 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
90 private val screenOffAnimController: ScreenOffAnimationController = mock() in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt29 class ScreenOffAnimationController @Inject constructor( class
DDozeParameters.java84 private final ScreenOffAnimationController mScreenOffAnimationController;
126 ScreenOffAnimationController screenOffAnimationController, in DozeParameters()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt40 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
78 private val screenOffAnimationController: ScreenOffAnimationController = mock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModel.kt47 import com.android.systemui.statusbar.phone.ScreenOffAnimationController in <lambda>()
118 private val screenOffAnimationController: ScreenOffAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt43 import com.android.systemui.statusbar.phone.ScreenOffAnimationController
65 private val screenOffAnimationController: ScreenOffAnimationController,

12