Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java158 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker
175 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp77 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity() function in android::VelocityTrackerState
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1516 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
1520 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker