Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java135 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in VelocityTracker
152 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in VelocityTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java113 public void computeCurrentVelocity(long timebase) { in computeCurrentVelocity() method in PanelView.FlingTracker
/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