Searched refs:doubleTapSlop (Results 1 – 2 of 2) sorted by relevance
63 int doubleTapSlop = ViewConfiguration.get(this.view.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector() local64 consecutiveTapTouchSlopSquare = doubleTapSlop * doubleTapSlop; in ConsecutiveTapsGestureDetector()
65 private int doubleTapSlop; field in ShadowViewConfiguration83 doubleTapSlop = (int) (density * DOUBLE_TAP_SLOP + 0.5f); in setup()177 return doubleTapSlop; in getScaledDoubleTapSlop()