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