Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A 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()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DMultiTap.java35 int mDoubleTapSlop; field in MultiTap
48 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in MultiTap()
70 if (!isInsideSlop(rawEvent, mDoubleTapSlop)) { in onDown()
H A DSecondFingerMultiTap.java35 int mDoubleTapSlop; field in SecondFingerMultiTap
48 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in SecondFingerMultiTap()
78 if (!isSecondFingerInsideSlop(rawEvent, mDoubleTapSlop)) { in onPointerDown()
H A 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()
H A DTouchExplorer.java113 private final int mDoubleTapSlop; field in TouchExplorer
196 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()
885 if (moveDelta > mDoubleTapSlop) { in handleActionMoveStateTouchExploring()
1723 + ", mDoubleTapSlop: " + mDoubleTapSlop in toString()
/aosp14/frameworks/base/core/java/android/view/
H A DViewConfiguration.java354 private final int mDoubleTapSlop; field in ViewConfiguration
400 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()
452 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()
830 return mDoubleTapSlop; in getScaledDoubleTapSlop()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63888 Landroid/view/ViewConfiguration;->mDoubleTapSlop:I