Searched defs:computeCurrentVelocity (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ | ||
D | VelocityTracker.java | 179 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker |
/frameworks/base/core/jni/ | ||
D | android_view_VelocityTracker.cpp | 80 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity() function in android::VelocityTrackerState |
/frameworks/base/core/java/android/inputmethodservice/ | ||
D | KeyboardView.java | 1512 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker |