Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java31 import com.android.systemui.statusbar.NotificationShadeDepthController;
47 private final NotificationShadeDepthController mDepthController;
58 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt72 @Mock private lateinit var shadeAnimation: NotificationShadeDepthController.DepthAnimation
73 @Mock private lateinit var brightnessSpring: NotificationShadeDepthController.DepthAnimation
74 @Mock private lateinit var listener: NotificationShadeDepthController.DepthListener
82 private lateinit var notificationShadeDepthController: NotificationShadeDepthController
100 notificationShadeDepthController = NotificationShadeDepthController(
H A DLockscreenShadeTransitionControllerTest.kt73 @Mock lateinit var depthController: NotificationShadeDepthController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java44 import com.android.systemui.statusbar.NotificationShadeDepthController;
100 Lazy<NotificationShadeDepthController> notificationShadeDepthController) { in newKeyguardViewMediator()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewTest.java46 import com.android.systemui.statusbar.NotificationShadeDepthController;
94 @Mock private NotificationShadeDepthController mNotificationShadeDepthController;
H A DNotificationPanelViewControllerTest.java109 import com.android.systemui.statusbar.NotificationShadeDepthController;
256 private NotificationShadeDepthController mNotificationShadeDepthController;
H A DStatusBarTest.java109 import com.android.systemui.statusbar.NotificationShadeDepthController;
263 @Mock private Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewController.java48 import com.android.systemui.statusbar.NotificationShadeDepthController;
88 private final NotificationShadeDepthController mDepthController;
137 NotificationShadeDepthController depthController, in NotificationShadeWindowViewController()
H A DStatusBar.java191 import com.android.systemui.statusbar.NotificationShadeDepthController;
671 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy;
771 Lazy<NotificationShadeDepthController> notificationShadeDepthControllerLazy, in StatusBar()
H A DNotificationPanelViewController.java147 import com.android.systemui.statusbar.NotificationShadeDepthController;
493 private NotificationShadeDepthController mDepthController;
693 NotificationShadeDepthController notificationShadeDepthController, in NotificationPanelViewController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java53 import com.android.systemui.statusbar.NotificationShadeDepthController;
102 private @Mock NotificationShadeDepthController mNotificationShadeDepthController;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java136 import com.android.systemui.statusbar.NotificationShadeDepthController;
199 private final NotificationShadeDepthController mNotificationShadeDepthController;
458 private final NotificationShadeDepthController.DepthListener mDepthListener =
459 new NotificationShadeDepthController.DepthListener() {
496 NotificationShadeDepthController notificationShadeDepthController, in NavigationBar()
1675 private final NotificationShadeDepthController mNotificationShadeDepthController;
1708 NotificationShadeDepthController notificationShadeDepthController, in Factory()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarPhoneModule.java60 import com.android.systemui.statusbar.NotificationShadeDepthController;
223 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in provideStatusBar()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java88 import com.android.systemui.statusbar.NotificationShadeDepthController;
374 mock(NotificationShadeDepthController.class), in createNavBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt56 class NotificationShadeDepthController @Inject constructor( regex
H A DLockscreenShadeTransitionController.kt65 private val depthController: NotificationShadeDepthController,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java114 import com.android.systemui.statusbar.NotificationShadeDepthController;
251 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController;
849 Lazy<NotificationShadeDepthController> notificationShadeDepthController) { in KeyguardViewMediator()