Searched defs:shouldGestureIgnoreXTouchSlop (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java297 mIgnoreXTouchSlop = isFullyCollapsed() || shouldGestureIgnoreXTouchSlop(x, y);
515 protected abstract boolean shouldGestureIgnoreXTouchSlop(float x, float y); method in class:PanelView
H A DNotificationPanelView.java964 protected boolean shouldGestureIgnoreXTouchSlop(float x, float y) { method in class:NotificationPanelView

Completed in 46 milliseconds