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