Searched refs:estimatedVx (Results 1 – 1 of 1) sorted by relevance
208 final float estimatedVx = mVelocityTracker.getXVelocity(); in addMovement() local214 estimatedVx, error(mVx, estimatedVx) * 100.0f, in addMovement()221 final float estimatedVx = mVelocityTracker.getXVelocity(); in assertVelocity() local223 float errorVx = error(mVx, estimatedVx); in assertVelocity()230 estimatedVx, errorVx * 100.0f, estimatedVy, errorVy * 100.0f, message)); in assertVelocity()