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()
100 private final int mDoubleTapSlop; field in TouchExplorer178 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()580 if (moveDelta < mDoubleTapSlop) { in handleMotionEventStateTouchExploring()