Searched refs:isWithinDoubleTapSlop (Results 1 – 2 of 2) sorted by relevance
96 boolean withinDoubleTapSlop = isWithinDoubleTapSlop(event); in onTouchEvent()145 public boolean isWithinDoubleTapSlop(MotionEvent event) { in isWithinDoubleTapSlop() method in DoubleTapHelper
246 } else if (!mDoubleTapHelper.isWithinDoubleTapSlop(ev)) { in onInterceptTouchEvent()