Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp56 float vx, vy; member
85 float vx, vy; in computeCurrentVelocity() local
113 float vx, vy; in getVelocity() local
183 float vx; in android_view_VelocityTracker_nativeGetXVelocity() local
/frameworks/native/libs/input/
DVelocityControl.cpp71 float vx, vy; in move() local
DVelocityTracker.cpp953 float vx = (position.x - oldestPosition.x) * scale; in getEstimator() local
/frameworks/layoutlib/bridge/src/android/view/shadow/
DTriangleBuffer.java58 float vx = vert[vIndex * 2 + 0]; in drawTriangles() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java309 final float vx = tracker.getXVelocity(pointerId); in computePointerSpeed() local
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java281 public void flingScroll(int vx, int vy); in flingScroll()
DWebView.java2144 public void flingScroll(int vx, int vy) { in flingScroll()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp2783 float vx, vy; in preparePointerGestures() 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()