Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityControl.cpp83 std::optional<float> vy = mVelocityTracker.getVelocity(AMOTION_EVENT_AXIS_Y, 0); in scaleDeltas() local
156 std::optional<float> vy = mVelocityTracker.getVelocity(AMOTION_EVENT_AXIS_Y, 0); in scaleDeltas() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java703 final float vy = tracker.getYVelocity(pointerId); in computePointerSpeed() local
/frameworks/native/include/android/
Dsensor.h529 float vy; member
/frameworks/native/include_sensor/android/
Dsensor.h529 float vy; member
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java282 public void flingScroll(int vx, int vy); in flingScroll()
DWebView.java2156 public void flingScroll(int vx, int vy) { in flingScroll()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3040 std::optional<float> vy = in getFastestFinger() local
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4916 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy()
4926 private int computeScrollDuration(int dx, int dy, int vx, int vy) { in computeScrollDuration()