Searched refs:mDoubleTapSlop (Results 1 – 2 of 2) sorted by relevance
236 private final int mDoubleTapSlop; field in ViewConfiguration263 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()298 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()585 return mDoubleTapSlop; in getScaledDoubleTapSlop()
122 private final int mDoubleTapSlop; field in TouchExplorer233 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()487 if (moveDelta > mDoubleTapSlop) { in handleMotionEventStateTouchExploring()564 if (moveDelta < mDoubleTapSlop) { in handleMotionEventStateTouchExploring()1122 mDoubleTapSlop, actionIndex)) { in onMotionEvent()