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

/frameworks/support/compat/java/android/support/v4/view/
H A DVelocityTrackerCompat.java29 * Call {@link VelocityTracker#getXVelocity(int)}.
31 * returns {@link VelocityTracker#getXVelocity()}.
33 * @deprecated Use {@link VelocityTracker#getXVelocity(int)} directly.
36 public static float getXVelocity(VelocityTracker tracker, int pointerId) { method in class:VelocityTrackerCompat
37 return tracker.getXVelocity(pointerId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerInterface.java28 public float getXVelocity(); method in interface:VelocityTrackerInterface
H A DPlatformVelocityTracker.java58 public float getXVelocity() { method in class:PlatformVelocityTracker
59 return mTracker.getXVelocity();
H A DNoisyVelocityTracker.java117 public float getXVelocity() { method in class:NoisyVelocityTracker
/frameworks/base/core/java/android/view/
H A DVelocityTracker.java28 * {@link #computeCurrentVelocity(int)} and then call {@link #getXVelocity(int)}
143 * the velocity with {@link #getXVelocity()} and
162 public float getXVelocity() { method in class:VelocityTracker
183 public float getXVelocity(int id) { method in class:VelocityTracker
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java408 final float endingVelocityX = mSwipeTracker.getXVelocity();
1551 public float getXVelocity() { method in class:KeyboardView.SwipeTracker

Completed in 438 milliseconds