Searched defs:computeCurrentVelocity (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerInterface.java27 public void computeCurrentVelocity(int units); method in interface:VelocityTrackerInterface
H A DPlatformVelocityTracker.java53 public void computeCurrentVelocity(int units) { method in class:PlatformVelocityTracker
54 mTracker.computeCurrentVelocity(units);
H A DNoisyVelocityTracker.java66 public void computeCurrentVelocity(int units) { method in class:NoisyVelocityTracker
/frameworks/base/core/java/android/view/
H A DVelocityTracker.java28 * {@link #computeCurrentVelocity(int)} and then call {@link #getXVelocity(int)}
130 * Equivalent to invoking {@link #computeCurrentVelocity(int, float)} with a maximum
133 * @see #computeCurrentVelocity(int, float)
135 public void computeCurrentVelocity(int units) { method in class:VelocityTracker
152 public void computeCurrentVelocity(int units, float maxVelocity) { method in class:VelocityTracker
158 * {@link #computeCurrentVelocity(int)} before calling this function.
168 * {@link #computeCurrentVelocity(int)} before calling this function.
178 * {@link #computeCurrentVelocity(int)} before calling this function.
189 * {@link #computeCurrentVelocity(int)} before calling this function.
202 * It is not necessary to call {@link #computeCurrentVelocity(in
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp51 void computeCurrentVelocity(int32_t units, float maxVelocity);
80 void VelocityTrackerState::computeCurrentVelocity(int32_t units, float maxVelocity) { function in class:android::VelocityTrackerState
175 state->computeCurrentVelocity(units, maxVelocity);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java399 mSwipeTracker.computeCurrentVelocity(1000);
1517 public void computeCurrentVelocity(int units) { method in class:KeyboardView.SwipeTracker
1518 computeCurrentVelocity(units, Float.MAX_VALUE);
1521 public void computeCurrentVelocity(int units, float maxVelocity) { method in class:KeyboardView.SwipeTracker

Completed in 1028 milliseconds