Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/gesture/
DConsecutiveTapsGestureDetector.java55 int doubleTapSlop = ViewConfiguration.get(mView.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector() local
56 mConsecutiveTapTouchSlopSquare = doubleTapSlop * doubleTapSlop; in ConsecutiveTapsGestureDetector()
/frameworks/base/core/java/android/view/
DGestureDetector.java419 int touchSlop, doubleTapSlop, doubleTapTouchSlop; in init() local
424 doubleTapSlop = ViewConfiguration.getDoubleTapSlop(); in init()
432 doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init()
438 mDoubleTapSlopSquare = doubleTapSlop * doubleTapSlop; in init()
/frameworks/support/compat/java/android/support/v4/view/
DGestureDetectorCompat.java176 final int doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init() local
181 mDoubleTapSlopSquare = doubleTapSlop * doubleTapSlop; in init()
/frameworks/base/core/java/android/widget/
DEditor.java5337 int doubleTapSlop = viewConfiguration.getScaledDoubleTapSlop();
5339 distanceSquared < doubleTapSlop * doubleTapSlop;