Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarViewTest.java73 when(mNotificationsShadeController.isNotificationPanelOpen()).thenReturn(true); in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()
94 when(mNotificationsShadeController.isNotificationPanelOpen()).thenReturn(true); in dispatchTouch_shadeOpen_flagOn_consumesTouch()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewMediator.java109 public boolean isNotificationPanelOpen() { in registerListeners()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarView.java141 : mNotificationsShadeController.isNotificationPanelOpen(); in onInterceptTouchEvent()
H A DCarSystemBarController.java556 boolean isNotificationPanelOpen(); in isNotificationPanelOpen() method