Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp63 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity()
114 jlong ptr, jint units, jfloat maxVelocity) { in android_view_VelocityTracker_nativeComputeCurrentVelocity()
/frameworks/base/core/java/android/view/
DVelocityTracker.java191 private static native void nativeComputeCurrentVelocity(long ptr, int units, float maxVelocity); in nativeComputeCurrentVelocity()
382 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java1031 final float maxVelocity = Settings.Secure.getFloat(contentResolver, in getMagnetizedStack() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DBackAnimationController.java514 float maxVelocity = mFlingAnimationUtils.getHighVelocityPxPerSecond(); in dispatchOrAnimateOnBackInvoked() 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/native/libs/input/
DVelocityTracker.cpp357 float maxVelocity) { in getComputedVelocity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java1147 int maxVelocity = mViewConfiguration.getScaledMaximumFlingVelocity(); in dispatchToBackAnimation() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1529 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()