Home
last modified time | relevance | path

Searched refs:notificationInsetsController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt126 @Mock private lateinit var notificationInsetsController: NotificationInsetsController variable in com.android.systemui.shade.NotificationShadeWindowViewTest
188 notificationInsetsController, in setUp()
DNotificationShadeWindowViewControllerTest.kt135 @Mock private lateinit var notificationInsetsController: NotificationInsetsController variable
218 notificationInsetsController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java181 NotificationInsetsController notificationInsetsController, in NotificationShadeWindowViewController() argument
219 mNotificationInsetsController = notificationInsetsController; in NotificationShadeWindowViewController()