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

  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 184 float errorVx = error(mVx, estimatedVx);
186 if (errorVx > tolerance || errorVy > tolerance) {
191 estimatedVx, errorVx * 100.0f, estimatedVy, errorVy * 100.0f));

Completed in 41 milliseconds