Searched defs:isInQsArea (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java907 private boolean isInQsArea(float x, float y) { method in class:NotificationPanelView
1482 return onHeader || (yDiff < 0 && isInQsArea(x, y));

Completed in 81 milliseconds