Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java236 private final int mDoubleTapSlop; field in ViewConfiguration
263 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()
298 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()
585 return mDoubleTapSlop; in getScaledDoubleTapSlop()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java100 private final int mDoubleTapSlop; field in TouchExplorer
178 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()
580 if (moveDelta < mDoubleTapSlop) { in handleMotionEventStateTouchExploring()