Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/gesture/
DConsecutiveTapsGestureDetector.java52 int doubleTapSlop = ViewConfiguration.get(this.view.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector() local
53 consecutiveTapTouchSlopSquare = doubleTapSlop * doubleTapSlop; in ConsecutiveTapsGestureDetector()
/frameworks/base/core/java/android/view/
DGestureDetector.java442 int touchSlop, doubleTapSlop, doubleTapTouchSlop; in init() local
447 doubleTapSlop = ViewConfiguration.getDoubleTapSlop(); in init()
455 doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init()
461 mDoubleTapSlopSquare = doubleTapSlop * doubleTapSlop; in init()
/frameworks/base/core/java/android/widget/
DEditor.java5948 int doubleTapSlop = viewConfiguration.getScaledDoubleTapSlop();
5950 distanceSquared < doubleTapSlop * doubleTapSlop;