Home
last modified time | relevance | path

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

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