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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java223 private final int mDoubleTapSlop; field in class:ViewConfiguration
249 mDoubleTapSlop = DOUBLE_TAP_SLOP;
285 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f);
546 return mDoubleTapSlop;
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java117 private final int mDoubleTapSlop; field in class:TouchExplorer
225 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop();
479 if (moveDelta > mDoubleTapSlop) {
556 if (moveDelta < mDoubleTapSlop) {
1110 mDoubleTapSlop, actionIndex)) {

Completed in 53 milliseconds