Searched refs:DOUBLE_TAP_SLOP (Results 1 – 2 of 2) sorted by relevance
201 private static final int DOUBLE_TAP_SLOP = 100; field in ViewConfiguration353 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()398 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()725 return DOUBLE_TAP_SLOP; in getDoubleTapSlop()
78291 Landroid/view/ViewConfiguration;->DOUBLE_TAP_SLOP:I