Home
last modified time | relevance | path

Searched defs:addMovement (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DVelocityTrackerInterface.java26 public void addMovement(MotionEvent event); in addMovement() method
DPlatformVelocityTracker.java48 public void addMovement(MotionEvent event) { in addMovement() method in PlatformVelocityTracker
DNoisyVelocityTracker.java59 public void addMovement(MotionEvent event) { in addMovement() method in NoisyVelocityTracker
/frameworks/native/libs/input/
DVelocityTracker.cpp228 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement() function in android::VelocityTracker
272 void VelocityTracker::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTracker
381 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::LeastSquaresVelocityTrackerStrategy
769 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::IntegratingVelocityTrackerStrategy
887 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::LegacyVelocityTrackerStrategy
1001 void ImpulseVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::ImpulseVelocityTrackerStrategy
/frameworks/base/core/java/android/view/
DVelocityTracker.java122 public void addMovement(MotionEvent event) { in addMovement() method in VelocityTracker
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp77 void VelocityTrackerState::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTrackerState
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1466 public void addMovement(MotionEvent ev) { in addMovement() method in KeyboardView.SwipeTracker