Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java394 if (isClosingAction(event)) { in setupNotificationPanel()
450 if (!handled && isClosingAction(event) && mIsSwipingVerticallyToClose) { in setupNotificationPanel()
463 if (isClosingAction(event)) { in setupNotificationPanel()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java230 protected boolean isClosingAction(MotionEvent e) { in isClosingAction() method in OverlayPanelViewController