Searched refs:shouldQuickSettingsIntercept (Results 1 – 1 of 1) sorted by relevance
918 if (shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, 0)) { in onQsIntercept()954 && shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, h)) { in onQsIntercept()1170 && shouldQuickSettingsIntercept(event.getX(), event.getY(), -1)) { in handleQsDown()1757 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept() method in NotificationPanelView