Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDoubleTapHelper.java96 boolean withinDoubleTapSlop = isWithinDoubleTapSlop(event); in onTouchEvent()
145 public boolean isWithinDoubleTapSlop(MotionEvent event) { in isWithinDoubleTapSlop() method in DoubleTapHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java246 } else if (!mDoubleTapHelper.isWithinDoubleTapSlop(ev)) { in onInterceptTouchEvent()