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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java231 private final int mDoubleTapSlop; field in class:ViewConfiguration
258 mDoubleTapSlop = DOUBLE_TAP_SLOP;
293 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f);
580 return mDoubleTapSlop;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java122 private final int mDoubleTapSlop; field in class:TouchExplorer
233 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop();
487 if (moveDelta > mDoubleTapSlop) {
564 if (moveDelta < mDoubleTapSlop) {
1122 mDoubleTapSlop, actionIndex)) {

Completed in 960 milliseconds