Searched refs:DOUBLE_TAP_SLOP (Results 1 – 1 of 1) sorted by relevance
210 private static final int DOUBLE_TAP_SLOP = 100; field in ViewConfiguration363 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()411 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()758 return DOUBLE_TAP_SLOP; in getDoubleTapSlop()