Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java205 private static native float nativeGetVelocity(long ptr, int axis, int id); in nativeGetVelocity() method in VelocityTracker
429 return nativeGetVelocity(mPtr, MotionEvent.AXIS_X, id); in getXVelocity()
440 return nativeGetVelocity(mPtr, MotionEvent.AXIS_Y, id); in getYVelocity()
467 return nativeGetVelocity(mPtr, axis, id); in getAxisVelocity()
482 return nativeGetVelocity(mPtr, axis, ACTIVE_POINTER_ID); in getAxisVelocity()