Searched refs:isInQsArea (Results 1 – 1 of 1) sorted by relevance
1942 private boolean isInQsArea(float x, float y) { in isInQsArea() method in NotificationPanelViewController2779 return onHeader || (yDiff < 0 && isInQsArea(x, y)); in shouldQuickSettingsIntercept()