Searched refs:shouldQuickSettingsIntercept (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 591 if (shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, 0)) { in onQsIntercept() 627 && shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, h)) { in onQsIntercept() 822 && shouldQuickSettingsIntercept(event.getX(), event.getY(), -1)) { in handleQsDown() 927 if (mIntercepting && shouldQuickSettingsIntercept(lastTouchX, lastTouchY, in onOverscrolled() 1473 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept() method in NotificationPanelView
|