Home
last modified time | relevance | path

Searched refs:shouldGestureIgnoreXTouchSlop (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java244 mIgnoreXTouchSlop = isFullyCollapsed() || shouldGestureIgnoreXTouchSlop(x, y); in onTouchEvent()
420 protected abstract boolean shouldGestureIgnoreXTouchSlop(float x, float y); in shouldGestureIgnoreXTouchSlop() method in PanelView
DNotificationPanelView.java851 protected boolean shouldGestureIgnoreXTouchSlop(float x, float y) { in shouldGestureIgnoreXTouchSlop() method in NotificationPanelView