Home
last modified time | relevance | path

Searched refs:isNotificationPanelOpen (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarViewTest.java75 when(mNotificationsShadeController.isNotificationPanelOpen()).thenReturn(true); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()
97 when(mNotificationsShadeController.isNotificationPanelOpen()).thenReturn(true); in dispatchTouch_shadeOpen_flagOn_consumesTouch()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarView.java170 : mNotificationsShadeController.isNotificationPanelOpen(); in onInterceptTouchEvent()
232 if (!mNotificationsShadeController.isNotificationPanelOpen() in onNotificationsClick()
246 && mNotificationsShadeController.isNotificationPanelOpen()) { in onHvacClick()
DCarSystemBarController.java650 boolean isNotificationPanelOpen(); in isNotificationPanelOpen() method
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java131 public boolean isNotificationPanelOpen() { in registerListeners()