OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secondy
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java
141
float
secondY
= vt.getYVelocity();
143
assertEqualFuzzy(firstY,
secondY
, 0.1f);
163
float
secondY
= vt.getYVelocity();
165
assertEqualFuzzy(firstY,
secondY
, 0.1f);
185
float
secondY
= vt.getYVelocity();
187
assertEqualFuzzy(firstY,
secondY
, 0.1f);
205
float
secondY
= vt.getYVelocity();
207
assertEquals(firstY,
secondY
);
224
float
secondY
= vt.getYVelocity();
226
assertEqualFuzzy(firstY,
secondY
/ 1000.0f, 0.1f)
[
all
...]
Completed in 1029 milliseconds