Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java918 if (shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, 0)) { in onQsIntercept()
954 && shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, h)) { in onQsIntercept()
1170 && shouldQuickSettingsIntercept(event.getX(), event.getY(), -1)) { in handleQsDown()
1757 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept() method in NotificationPanelView