Searched defs:mDoubleTapSlop (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java233 private final int mDoubleTapSlop; field in class:ViewConfiguration
259 mDoubleTapSlop = DOUBLE_TAP_SLOP;
296 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f);
532 return mDoubleTapSlop;

Completed in 45 milliseconds