Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp58 float vx, vy; member
88 float vx, vy; in computeCurrentVelocity() local
116 float vx, vy; in getVelocity() local
190 float vy; in android_view_VelocityTracker_nativeGetYVelocity() local
/frameworks/native/libs/input/
DVelocityControl.cpp71 float vx, vy; in move() local
DVelocityTracker.cpp984 float vy = (position.y - oldestPosition.y) * scale; in getEstimator() local
/frameworks/layoutlib/bridge/src/android/view/shadow/
DTriangleBuffer.java64 float vy = vert[vIndex * 2 + 1]; in drawTriangles() local
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java271 public void flingScroll(int vx, int vy); in flingScroll()
DWebView.java2117 public void flingScroll(int vx, int vy) { in flingScroll()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp2746 float vx, vy; in preparePointerGestures() local
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4795 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy()
4805 private int computeScrollDuration(int dx, int dy, int vx, int vy) { in computeScrollDuration()