Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java516 } else if (didNotificationPanelInterceptEvent(ev)) { in setupExpandedStatusBar()
529 if (didNotificationPanelInterceptEvent(ev)) { in setupExpandedStatusBar()
535 if (!bouncerShowing && didNotificationPanelInterceptEvent(ev)) { in setupExpandedStatusBar()
661 private boolean didNotificationPanelInterceptEvent(MotionEvent ev) { in didNotificationPanelInterceptEvent() method in NotificationShadeWindowViewController