Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java176 float yVelocity = vt.getYVelocity(); in testUsesRawCoordinates() local
177 if (xVelocity == 0 || yVelocity == 0) { in testUsesRawCoordinates()