Home
last modified time | relevance | path

Searched refs:NotificationShadeDepthController (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java34 import com.android.systemui.statusbar.NotificationShadeDepthController;
47 private final NotificationShadeDepthController mDepthController;
58 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerKosmos.kt23 var Kosmos.notificationShadeDepthController by Fixture { mock<NotificationShadeDepthController>() } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt78 @Mock private lateinit var shadeAnimation: NotificationShadeDepthController.DepthAnimation in <lambda>()
79 @Mock private lateinit var brightnessSpring: NotificationShadeDepthController.DepthAnimation in <lambda>()
80 @Mock private lateinit var listener: NotificationShadeDepthController.DepthListener in <lambda>()
88 private lateinit var notificationShadeDepthController: NotificationShadeDepthController in <lambda>()
108 NotificationShadeDepthController( in <lambda>()
DLockscreenShadeTransitionControllerTest.kt95 @Mock lateinit var depthController: NotificationShadeDepthController
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java69 import com.android.systemui.statusbar.NotificationShadeDepthController;
149 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt57 import com.android.systemui.statusbar.NotificationShadeDepthController
114 @get:Provides val notificationShadeDepthController: NotificationShadeDepthController = mock(),
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt48 import com.android.systemui.statusbar.NotificationShadeDepthController
100 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
DQuickSettingsControllerImplBaseTest.java67 import com.android.systemui.statusbar.NotificationShadeDepthController;
136 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController;
DNotificationShadeWindowViewControllerTest.kt60 import com.android.systemui.statusbar.NotificationShadeDepthController
118 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
DNotificationPanelViewControllerBaseTest.java145 import com.android.systemui.statusbar.NotificationShadeDepthController;
281 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java63 import com.android.systemui.statusbar.NotificationShadeDepthController;
97 private final NotificationShadeDepthController mDepthController;
165 NotificationShadeDepthController depthController, in NotificationShadeWindowViewController()
DQuickSettingsControllerImpl.java86 import com.android.systemui.statusbar.NotificationShadeDepthController;
140 private final NotificationShadeDepthController mDepthController;
315 NotificationShadeDepthController notificationShadeDepthController, in QuickSettingsControllerImpl()
DNotificationPanelViewController.java183 import com.android.systemui.statusbar.NotificationShadeDepthController;
508 private final NotificationShadeDepthController mDepthController;
737 NotificationShadeDepthController notificationShadeDepthController, in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java147 import com.android.systemui.statusbar.NotificationShadeDepthController;
218 private final NotificationShadeDepthController mNotificationShadeDepthController;
491 private final NotificationShadeDepthController.DepthListener mDepthListener =
492 new NotificationShadeDepthController.DepthListener() {
570 NotificationShadeDepthController notificationShadeDepthController, in NavigationBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarTest.java107 import com.android.systemui.statusbar.NotificationShadeDepthController;
587 mock(NotificationShadeDepthController.class), in createNavBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt60 class NotificationShadeDepthController @Inject constructor( in <lambda>() class
DLockscreenShadeTransitionController.kt72 private val depthController: NotificationShadeDepthController, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java112 import com.android.systemui.statusbar.NotificationShadeDepthController;
180 private @Mock NotificationShadeDepthController mNotificationShadeDepthController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java162 import com.android.systemui.statusbar.NotificationShadeDepthController;
315 @Mock private Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java198 import com.android.systemui.statusbar.NotificationShadeDepthController;
583 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy;
685 Lazy<NotificationShadeDepthController> notificationShadeDepthControllerLazy, in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java161 import com.android.systemui.statusbar.NotificationShadeDepthController;
339 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController;
1449 Lazy<NotificationShadeDepthController> notificationShadeDepthController,