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/
DNotificationPanelViewController.java1073 && shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, 0)) { in onQsIntercept()
1111 && shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, h)) { in onQsIntercept()
1325 if (event.getActionMasked() == MotionEvent.ACTION_DOWN && shouldQuickSettingsIntercept( in handleQsDown()
1917 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept() method in NotificationPanelViewController
3135 if (!shouldQuickSettingsIntercept(mDownX, mDownY, 0) in createTouchHandler()
3171 if (!mIsExpanding && !shouldQuickSettingsIntercept(mDownX, mDownY, 0) in createTouchHandler()