Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp64 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity()
115 jlong ptr, jint units, jfloat maxVelocity) { in android_view_VelocityTracker_nativeComputeCurrentVelocity()
/frameworks/base/core/java/android/view/
DVelocityTracker.java204 private static native void nativeComputeCurrentVelocity(long ptr, int units, float maxVelocity); in nativeComputeCurrentVelocity()
397 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DMultiPointerDraggable.kt195 val maxVelocity = in onCancelPointerInput() constant
/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.cpp369 float maxVelocity) { in getComputedVelocity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java1161 int maxVelocity = mViewConfiguration.getScaledMaximumFlingVelocity(); in dispatchToBackAnimation() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1529 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity()
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt1240 private val maxVelocity: Float = 3000f, constant in ThresholdBehavior
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...