HomeSort by relevance Sort by last modified time
    Searched full:estimatedvx (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 169 final float estimatedVx = mVelocityTracker.getXVelocity();
175 estimatedVx, error(mVx, estimatedVx) * 100.0f,
182 final float estimatedVx = mVelocityTracker.getXVelocity();
184 float errorVx = error(mVx, estimatedVx);
191 estimatedVx, errorVx * 100.0f, estimatedVy, errorVy * 100.0f));

Completed in 470 milliseconds