Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1143 private boolean isInQsArea(float x, float y) { in isInQsArea() method in NotificationPanelView
1766 return onHeader || (yDiff < 0 && isInQsArea(x, y)); in shouldQuickSettingsIntercept()