Home
last modified time | relevance | path

Searched defs:maxVelocity (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DVelocityTracker.java59 private static native void nativeComputeCurrentVelocity(int ptr, int units, float maxVelocity); in nativeComputeCurrentVelocity()
175 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp77 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity()
166 jint ptr, jint units, jfloat maxVelocity) { in android_view_VelocityTracker_nativeComputeCurrentVelocity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java302 float maxVelocity = MAX_DISMISS_VELOCITY * mDensityScale; in onTouchEvent() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1520 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()