Searched defs:maxVelocity (Results 1 – 4 of 4) sorted by relevance
59 private static native void nativeComputeCurrentVelocity(int ptr, int units, float maxVelocity); in nativeComputeCurrentVelocity()175 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()
77 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity()166 jint ptr, jint units, jfloat maxVelocity) { in android_view_VelocityTracker_nativeComputeCurrentVelocity()
302 float maxVelocity = MAX_DISMISS_VELOCITY * mDensityScale; in onTouchEvent() local
1520 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()