Searched refs:DOUBLE_TAP_SLOP (Results 1 – 1 of 1) sorted by relevance
167 private static final int DOUBLE_TAP_SLOP = 100; field in ViewConfiguration263 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()298 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()577 return DOUBLE_TAP_SLOP; in getDoubleTapSlop()