/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BrightnessMirrorController.java | 33 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 D | NotificationShadeDepthControllerTest.kt | 77 @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 D | LockscreenShadeTransitionControllerTest.kt | 93 @Mock lateinit var depthController: NotificationShadeDepthController
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
H A D | KeyguardModule.java | 61 import com.android.systemui.statusbar.NotificationShadeDepthController; 130 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in newKeyguardViewMediator()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowViewController.java | 61 import com.android.systemui.statusbar.NotificationShadeDepthController; 90 private final NotificationShadeDepthController mDepthController; 147 NotificationShadeDepthController depthController, in NotificationShadeWindowViewController()
|
H A D | QuickSettingsController.java | 87 import com.android.systemui.statusbar.NotificationShadeDepthController; 137 private final NotificationShadeDepthController mDepthController; 326 NotificationShadeDepthController notificationShadeDepthController, in QuickSettingsController()
|
H A D | NotificationPanelViewController.java | 173 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 D | NotificationShadeWindowViewTest.kt | 51 import com.android.systemui.statusbar.NotificationShadeDepthController 97 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
|
H A D | QuickSettingsControllerBaseTest.java | 57 import com.android.systemui.statusbar.NotificationShadeDepthController; 123 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController;
|
H A D | NotificationShadeWindowViewControllerTest.kt | 52 import com.android.systemui.statusbar.NotificationShadeDepthController 97 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
|
H A D | NotificationPanelViewControllerBaseTest.java | 129 import com.android.systemui.statusbar.NotificationShadeDepthController; 253 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarTest.java | 102 import com.android.systemui.statusbar.NotificationShadeDepthController; 492 mock(NotificationShadeDepthController.class), in createNavBar()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBar.java | 150 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 D | NotificationShadeDepthController.kt | 60 class NotificationShadeDepthController @Inject constructor( regex
|
H A D | LockscreenShadeTransitionController.kt | 69 private val depthController: NotificationShadeDepthController,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediatorTest.java | 98 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 D | CentralSurfacesImplTest.java | 147 import com.android.systemui.statusbar.NotificationShadeDepthController; 301 @Mock private Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 155 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 D | CentralSurfacesImpl.java | 210 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 D | ktfmt_includes.txt | 272 -packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt
|