Searched refs:shouldGestureIgnoreXTouchSlop (Results 1 – 2 of 2) sorted by relevance
244 mIgnoreXTouchSlop = isFullyCollapsed() || shouldGestureIgnoreXTouchSlop(x, y); in onTouchEvent()420 protected abstract boolean shouldGestureIgnoreXTouchSlop(float x, float y); in shouldGestureIgnoreXTouchSlop() method in PanelView
851 protected boolean shouldGestureIgnoreXTouchSlop(float x, float y) { in shouldGestureIgnoreXTouchSlop() method in NotificationPanelView