Searched refs:isClosingAction (Results 1 – 2 of 2) sorted by relevance
394 if (isClosingAction(event)) { in setupNotificationPanel()450 if (!handled && isClosingAction(event) && mIsSwipingVerticallyToClose) { in setupNotificationPanel()463 if (isClosingAction(event)) { in setupNotificationPanel()
230 protected boolean isClosingAction(MotionEvent e) { in isClosingAction() method in OverlayPanelViewController