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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java216 private final int mDoubleTapSlop; field in class:ViewConfiguration
242 mDoubleTapSlop = DOUBLE_TAP_SLOP;
278 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f);
528 return mDoubleTapSlop;
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java121 private final int mDoubleTapSlop; field in class:TouchExplorer
229 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop();
490 if (moveDelta > mDoubleTapSlop) {
569 if (moveDelta < mDoubleTapSlop) {
1189 mDoubleTapSlop, actionIndex)) {

Completed in 218 milliseconds