Home
last modified time | relevance | path

Searched refs:secondY (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java147 float secondY = vt.getYVelocity(); in testStabilityInNbPoints() local
149 assertEqualFuzzy(firstY, secondY, 0.1f); in testStabilityInNbPoints()
169 float secondY = vt.getYVelocity(); in testStabilityInTime() local
171 assertEqualFuzzy(firstY, secondY, 0.1f); in testStabilityInTime()
191 float secondY = vt.getYVelocity(); in testStabilityInSpace() local
193 assertEqualFuzzy(firstY, secondY, 0.1f); in testStabilityInSpace()
211 float secondY = vt.getYVelocity(); in testStabilityOfComputation() local
213 assertEquals(firstY, secondY); in testStabilityOfComputation()
230 float secondY = vt.getYVelocity(); in testStabilityOfUnits() local
232 assertEqualFuzzy(firstY, secondY / 1000.0f, 0.1f); in testStabilityOfUnits()