Searched defs:addMovement (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 230 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement() function in android::VelocityTracker 274 void VelocityTracker::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTracker 383 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::LeastSquaresVelocityTrackerStrategy 795 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::IntegratingVelocityTrackerStrategy 913 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::LegacyVelocityTrackerStrategy 1027 void ImpulseVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::ImpulseVelocityTrackerStrategy
|
/frameworks/base/core/java/android/view/ |
D | VelocityTracker.java | 124 public void addMovement(MotionEvent event) { in addMovement() method in VelocityTracker
|
/frameworks/base/core/jni/ |
D | android_view_VelocityTracker.cpp | 77 void VelocityTrackerState::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTrackerState
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 232 private void addMovement(MotionEvent event) { in addMovement() method in PanelView
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1479 public void addMovement(MotionEvent ev) { in addMovement() method in KeyboardView.SwipeTracker
|