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.java1323 private boolean isInQsArea(float x, float y) { in isInQsArea() method in NotificationPanelView
2038 return onHeader || (yDiff < 0 && isInQsArea(x, y)); in shouldQuickSettingsIntercept()