Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java46 private static native float nativeGetYVelocity(long ptr, int id); in nativeGetYVelocity() method in VelocityTracker
173 return nativeGetYVelocity(mPtr, ACTIVE_POINTER_ID); in getYVelocity()
195 return nativeGetYVelocity(mPtr, id); in getYVelocity()