Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DVelocityTracker.java192 private static native float nativeGetVelocity(long ptr, int axis, int id); in nativeGetVelocity() method in VelocityTracker
414 return nativeGetVelocity(mPtr, MotionEvent.AXIS_X, id); in getXVelocity()
425 return nativeGetVelocity(mPtr, MotionEvent.AXIS_Y, id); in getYVelocity()
452 return nativeGetVelocity(mPtr, axis, id); in getAxisVelocity()
467 return nativeGetVelocity(mPtr, axis, ACTIVE_POINTER_ID); in getAxisVelocity()