Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/view/
DVelocityTrackerCompat.java30 public float getXVelocity(VelocityTracker tracker, int pointerId); in getXVelocity() method
39 public float getXVelocity(VelocityTracker tracker, int pointerId) { in getXVelocity() method in VelocityTrackerCompat.BaseVelocityTrackerVersionImpl
53 public float getXVelocity(VelocityTracker tracker, int pointerId) { in getXVelocity() method in VelocityTrackerCompat.HoneycombVelocityTrackerVersionImpl
81 public static float getXVelocity(VelocityTracker tracker, int pointerId) { in getXVelocity() method in VelocityTrackerCompat
/frameworks/support/v4/honeycomb/android/support/v4/view/
DVelocityTrackerCompatHoneycomb.java25 public static float getXVelocity(VelocityTracker tracker, int pointerId) { in getXVelocity() method in VelocityTrackerCompatHoneycomb
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DVelocityTrackerInterface.java28 public float getXVelocity(); in getXVelocity() method
DPlatformVelocityTracker.java58 public float getXVelocity() { in getXVelocity() method in PlatformVelocityTracker
DNoisyVelocityTracker.java117 public float getXVelocity() { in getXVelocity() method in NoisyVelocityTracker
/frameworks/base/core/java/android/view/
DVelocityTracker.java162 public float getXVelocity() { in getXVelocity() method in VelocityTracker
183 public float getXVelocity(int id) { in getXVelocity() method in VelocityTracker