OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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