Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDetectorTest.java689 float absAdjustedDelta = Math.abs(adjustedDelta); in adjustStrokeDurationForSlop() local
691 return Math.round((float) strokeDuration * absUnadjustedDelta / absAdjustedDelta); in adjustStrokeDurationForSlop()