Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DDoubleTapClassifier.java35 private final float mDoubleTapSlop; field in DoubleTapClassifier
44 mDoubleTapSlop = doubleTapSlop; in DoubleTapClassifier()
91 if (Math.abs(firstFinalEvent.getX() - secondFinalEvent.getX()) >= mDoubleTapSlop) { in isDoubleTap()
95 .append(mDoubleTapSlop); in isDoubleTap()
99 if (Math.abs(firstFinalEvent.getY() - secondFinalEvent.getY()) >= mDoubleTapSlop) { in isDoubleTap()
103 .append(mDoubleTapSlop); in isDoubleTap()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DMultiTap.java35 int mDoubleTapSlop; field in MultiTap
48 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in MultiTap()
70 if (!isInsideSlop(rawEvent, mDoubleTapSlop)) { in onDown()
DSecondFingerMultiTap.java35 int mDoubleTapSlop; field in SecondFingerMultiTap
48 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in SecondFingerMultiTap()
78 if (!isSecondFingerInsideSlop(rawEvent, mDoubleTapSlop)) { in onPointerDown()
DMultiFingerMultiTap.java41 private int mDoubleTapSlop; field in MultiFingerMultiTap
70 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop() * fingers; in MultiFingerMultiTap()
109 final PointF nearest = findNearestPoint(rawEvent, mDoubleTapSlop, true); in onDown()
174 nearest = findNearestPoint(rawEvent, mDoubleTapSlop, true); in onPointerDown()
DTouchExplorer.java106 private final int mDoubleTapSlop; field in TouchExplorer
187 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()
795 if (moveDelta > mDoubleTapSlop) { in handleActionMoveStateTouchExploring()
1478 + ", mDoubleTapSlop: " + mDoubleTapSlop in toString()
/frameworks/base/core/java/android/view/
DViewConfiguration.java334 private final int mDoubleTapSlop; field in ViewConfiguration
375 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()
425 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()
774 return mDoubleTapSlop; in getScaledDoubleTapSlop()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67211 Landroid/view/ViewConfiguration;->mDoubleTapSlop:I