Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java44 private static native void nativeComputeCurrentVelocity(long ptr, int units, float maxVelocity); in nativeComputeCurrentVelocity() method in VelocityTracker
136 nativeComputeCurrentVelocity(mPtr, units, Float.MAX_VALUE); in computeCurrentVelocity()
153 nativeComputeCurrentVelocity(mPtr, units, maxVelocity); in computeCurrentVelocity()