Home
last modified time | relevance | path

Searched defs:computeCurrentVelocity (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DVelocityTracker.java337 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker
354 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp78 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity() function in android::VelocityTrackerState
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1523 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
1527 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker