Searched refs:estimatedVy (Results 1 – 1 of 1) sorted by relevance
170 final float estimatedVy = mVelocityTracker.getYVelocity(); in addMovement() local176 estimatedVy, error(mVy, estimatedVy) * 100.0f)); in addMovement()183 final float estimatedVy = mVelocityTracker.getYVelocity(); in assertVelocity() local185 float errorVy = error(mVy, estimatedVy); in assertVelocity()191 estimatedVx, errorVx * 100.0f, estimatedVy, errorVy * 100.0f)); in assertVelocity()