Home
last modified time | relevance | path

Searched defs:vx (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
182 float vx; in android_view_VelocityTracker_nativeGetXVelocity() local
/frameworks/native/libs/input/
DVelocityControl.cpp71 float vx, vy; in move() local
DVelocityTracker.cpp905 float vx = (position.x - oldestPosition.x) * scale; in getEstimator() local
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java250 public void flingScroll(int vx, int vy); in flingScroll()
DWebView.java2017 public void flingScroll(int vx, int vy) { in flingScroll()
/frameworks/base/core/java/android/view/
DViewRootImpl.java5199 final float vx = mVelocityTracker.getXVelocity(mActivePointerId); in process() local
5311 private boolean startFling(long time, float vx, float vy) { in startFling()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java4474 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy()
4484 private int computeScrollDuration(int dx, int dy, int vx, int vy) { in computeScrollDuration()
/frameworks/native/services/inputflinger/
DInputReader.cpp5363 float vx, vy; in preparePointerGestures() local