Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java224 float errorVy = error(mVy, estimatedVy); in assertVelocity() local
225 if (errorVx > tolerance || errorVy > tolerance) { in assertVelocity()
230 estimatedVx, errorVx * 100.0f, estimatedVy, errorVy * 100.0f, message)); in assertVelocity()