Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1942 private boolean isInQsArea(float x, float y) { in isInQsArea() method in NotificationPanelViewController
2779 return onHeader || (yDiff < 0 && isInQsArea(x, y)); in shouldQuickSettingsIntercept()