Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java33 import com.android.systemui.statusbar.NotificationShadeDepthController;
47 private final NotificationShadeDepthController mDepthController;
58 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt77 @Mock private lateinit var shadeAnimation: NotificationShadeDepthController.DepthAnimation
78 @Mock private lateinit var brightnessSpring: NotificationShadeDepthController.DepthAnimation
79 @Mock private lateinit var listener: NotificationShadeDepthController.DepthListener
87 private lateinit var notificationShadeDepthController: NotificationShadeDepthController
107 NotificationShadeDepthController(
H A DLockscreenShadeTransitionControllerTest.kt93 @Mock lateinit var depthController: NotificationShadeDepthController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java61 import com.android.systemui.statusbar.NotificationShadeDepthController;
130 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in newKeyguardViewMediator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java61 import com.android.systemui.statusbar.NotificationShadeDepthController;
90 private final NotificationShadeDepthController mDepthController;
147 NotificationShadeDepthController depthController, in NotificationShadeWindowViewController()
H A DQuickSettingsController.java87 import com.android.systemui.statusbar.NotificationShadeDepthController;
137 private final NotificationShadeDepthController mDepthController;
326 NotificationShadeDepthController notificationShadeDepthController, in QuickSettingsController()
H A DNotificationPanelViewController.java173 import com.android.systemui.statusbar.NotificationShadeDepthController;
503 private final NotificationShadeDepthController mDepthController;
734 NotificationShadeDepthController notificationShadeDepthController, in NotificationPanelViewController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewTest.kt51 import com.android.systemui.statusbar.NotificationShadeDepthController
97 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
H A DQuickSettingsControllerBaseTest.java57 import com.android.systemui.statusbar.NotificationShadeDepthController;
123 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController;
H A DNotificationShadeWindowViewControllerTest.kt52 import com.android.systemui.statusbar.NotificationShadeDepthController
97 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
H A DNotificationPanelViewControllerBaseTest.java129 import com.android.systemui.statusbar.NotificationShadeDepthController;
253 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java102 import com.android.systemui.statusbar.NotificationShadeDepthController;
492 mock(NotificationShadeDepthController.class), in createNavBar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java150 import com.android.systemui.statusbar.NotificationShadeDepthController;
218 private final NotificationShadeDepthController mNotificationShadeDepthController;
459 private final NotificationShadeDepthController.DepthListener mDepthListener =
460 new NotificationShadeDepthController.DepthListener() {
555 NotificationShadeDepthController notificationShadeDepthController, in NavigationBar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt60 class NotificationShadeDepthController @Inject constructor( regex
H A DLockscreenShadeTransitionController.kt69 private val depthController: NotificationShadeDepthController,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java98 import com.android.systemui.statusbar.NotificationShadeDepthController;
163 private @Mock NotificationShadeDepthController mNotificationShadeDepthController;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java147 import com.android.systemui.statusbar.NotificationShadeDepthController;
301 @Mock private Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java155 import com.android.systemui.statusbar.NotificationShadeDepthController;
329 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController;
1376 Lazy<NotificationShadeDepthController> notificationShadeDepthController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java210 import com.android.systemui.statusbar.NotificationShadeDepthController;
629 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy;
756 Lazy<NotificationShadeDepthController> notificationShadeDepthControllerLazy, in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt272 -packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt