Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java209 final float estimatedVy = mVelocityTracker.getYVelocity(); in addMovement() local
215 estimatedVy, error(mVy, estimatedVy) * 100.0f)); in addMovement()
222 final float estimatedVy = mVelocityTracker.getYVelocity(); in assertVelocity() local
224 float errorVy = error(mVy, estimatedVy); in assertVelocity()
230 estimatedVx, errorVx * 100.0f, estimatedVy, errorVy * 100.0f, message)); in assertVelocity()