Home
last modified time | relevance | path

Searched refs:NotificationInsetsController (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInsetsController.java24 public abstract class NotificationInsetsController class
H A DNotificationInsetsModule.java29 NotificationInsetsController bindNotificationInsetsController(NotificationInsetsImpl impl); in bindNotificationInsetsController()
H A DNotificationInsetsImpl.java35 public class NotificationInsetsImpl extends NotificationInsetsController {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewProviderModule.kt44 import com.android.systemui.statusbar.NotificationInsetsController
78 layoutInsetController: NotificationInsetsController,
H A DNotificationShadeWindowViewController.java60 import com.android.systemui.statusbar.NotificationInsetsController;
101 private final NotificationInsetsController mNotificationInsetsController;
161 NotificationInsetsController notificationInsetsController, in NotificationShadeWindowViewController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewTest.kt50 import com.android.systemui.statusbar.NotificationInsetsController
121 @Mock private lateinit var notificationInsetsController: NotificationInsetsController
H A DNotificationShadeWindowViewControllerTest.kt51 import com.android.systemui.statusbar.NotificationInsetsController
113 @Mock private lateinit var notificationInsetsController: NotificationInsetsController