Searched defs:DOUBLE_TAP_SLOP (Results 1 - 1 of 1) sorted by path

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

Completed in 34 milliseconds