Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java179 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker
196 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp80 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { in computeCurrentVelocity() function in android::VelocityTrackerState
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1512 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
1516 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker