Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java208 final float estimatedVx = mVelocityTracker.getXVelocity(); in addMovement() local
214 estimatedVx, error(mVx, estimatedVx) * 100.0f, in addMovement()
221 final float estimatedVx = mVelocityTracker.getXVelocity(); in assertVelocity() local
223 float errorVx = error(mVx, estimatedVx); in assertVelocity()
230 estimatedVx, errorVx * 100.0f, estimatedVy, errorVy * 100.0f, message)); in assertVelocity()