Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDoubleTapHelper.java39 private float mDoubleTapSlop; field in DoubleTapHelper
55 mDoubleTapSlop = view.getResources().getDimension(R.dimen.double_tap_slop); in DoubleTapHelper()
151 return Math.abs(event.getX() - mActivationX) < mDoubleTapSlop in isWithinDoubleTapSlop()
152 && Math.abs(event.getY() - mActivationY) < mDoubleTapSlop; in isWithinDoubleTapSlop()
/frameworks/base/core/java/android/view/
DViewConfiguration.java315 private final int mDoubleTapSlop; field in ViewConfiguration
353 mDoubleTapSlop = DOUBLE_TAP_SLOP; in ViewConfiguration()
398 mDoubleTapSlop = (int) (sizeAndDensity * DOUBLE_TAP_SLOP + 0.5f); in ViewConfiguration()
733 return mDoubleTapSlop; in getScaledDoubleTapSlop()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java102 private final int mDoubleTapSlop; field in TouchExplorer
192 mDoubleTapSlop = ViewConfiguration.get(context).getScaledDoubleTapSlop(); in TouchExplorer()
591 if (moveDelta < mDoubleTapSlop) { in handleMotionEventStateTouchExploring()
1339 ", mDoubleTapSlop: " + mDoubleTapSlop + in toString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78317 Landroid/view/ViewConfiguration;->mDoubleTapSlop:I