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