Searched refs:doubleTapSlop (Results 1 – 3 of 3) sorted by relevance
52 int doubleTapSlop = ViewConfiguration.get(this.view.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector() local53 consecutiveTapTouchSlopSquare = doubleTapSlop * doubleTapSlop; in ConsecutiveTapsGestureDetector()
442 int touchSlop, doubleTapSlop, doubleTapTouchSlop; in init() local447 doubleTapSlop = ViewConfiguration.getDoubleTapSlop(); in init()455 doubleTapSlop = configuration.getScaledDoubleTapSlop(); in init()461 mDoubleTapSlopSquare = doubleTapSlop * doubleTapSlop; in init()
5948 int doubleTapSlop = viewConfiguration.getScaledDoubleTapSlop();5950 distanceSquared < doubleTapSlop * doubleTapSlop;