Searched refs:adjustStrokeDeltaForSlop (Results 1 – 1 of 1) sorted by relevance
646 float slopAdjustedDx = adjustStrokeDeltaForSlop(fingerCount, dx); in MultiFingerSwipe()647 float slopAdjustedDy = adjustStrokeDeltaForSlop(fingerCount, dy); in MultiFingerSwipe()674 private float adjustStrokeDeltaForSlop(int fingerCount, float strokeDelta) { in adjustStrokeDeltaForSlop() method in AccessibilityGestureDetectorTest