Searched refs:unadjustedDelta (Results 1 – 1 of 1) sorted by relevance
684 long strokeDuration, float unadjustedDelta, float adjustedDelta) { in adjustStrokeDurationForSlop() argument685 if (unadjustedDelta == 0.0f || adjustedDelta == 0.0f) { in adjustStrokeDurationForSlop()688 float absUnadjustedDelta = Math.abs(unadjustedDelta); in adjustStrokeDurationForSlop()