Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java182 private static native void nativeComputeCurrentVelocity(long ptr, int units, float maxVelocity); in nativeComputeCurrentVelocity()
354 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp78 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity()
175 jlong ptr, jint units, jfloat maxVelocity) { in android_view_VelocityTracker_nativeComputeCurrentVelocity()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java1065 final float maxVelocity = Settings.Secure.getFloat(contentResolver, in getMagnetizedStack() local
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java212 final int maxVelocity = (int) (DEFAULT_MAXIMUM_VELOCITY_DIPS * metrics.density + 0.5f); in AutoScrollHelper() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1527 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()