Home
last modified time | relevance | path

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

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