Searched refs:shouldQuickSettingsIntercept (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationPanelViewController.java | 1695 && shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, 0)) { in onQsIntercept() 1733 && shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, h)) { in onQsIntercept() 1978 if (event.getActionMasked() == MotionEvent.ACTION_DOWN && shouldQuickSettingsIntercept( in handleQsDown() 2761 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept() method in NotificationPanelViewController 3851 if (!shouldQuickSettingsIntercept(mDownX, mDownY, 0) in createTouchHandler() 3904 && !shouldQuickSettingsIntercept(mDownX, mDownY, 0)) in createTouchHandler()
|