Home
last modified time | relevance | path

Searched refs:DOUBLE_TAP_SLOP (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewConfiguration.java167 private static final int DOUBLE_TAP_SLOP = 100; field in ViewConfiguration
258 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()
293 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()
572 return DOUBLE_TAP_SLOP; in getDoubleTapSlop()