Searched refs:shouldQuickSettingsIntercept (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 1037 if (!shouldQuickSettingsIntercept(mDownX, mDownY, 0) in onInterceptTouchEvent() 1064 if (shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, 0)) { in onQsIntercept() 1100 && shouldQuickSettingsIntercept(mInitialTouchX, mInitialTouchY, h)) { in onQsIntercept() 1245 if (!mIsExpanding && !shouldQuickSettingsIntercept(mDownX, mDownY, 0) in onTouchEvent() 1350 && shouldQuickSettingsIntercept(event.getX(), event.getY(), -1)) { in handleQsDown() 2028 private boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept() method in NotificationPanelView
|