Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A 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()
/aosp14/frameworks/base/core/java/android/view/
H A 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java1031 final float maxVelocity = Settings.Secure.getFloat(contentResolver, in getMagnetizedStack() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DBackAnimationController.java514 float maxVelocity = mFlingAnimationUtils.getHighVelocityPxPerSecond(); in dispatchOrAnimateOnBackInvoked() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java212 final int maxVelocity = (int) (DEFAULT_MAXIMUM_VELOCITY_DIPS * metrics.density + 0.5f); in AutoScrollHelper() local
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1529 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java1147 int maxVelocity = mViewConfiguration.getScaledMaximumFlingVelocity(); in dispatchToBackAnimation() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...