Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DVelocityTracker.cpp221 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement() function in android::VelocityTracker
265 void VelocityTracker::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTracker
377 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::LeastSquaresVelocityTrackerStrategy
711 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::IntegratingVelocityTrackerStrategy
833 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::LegacyVelocityTrackerStrategy
/frameworks/base/core/java/android/view/
DVelocityTracker.java122 public void addMovement(MotionEvent event) { in addMovement() method in VelocityTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java107 public void addMovement(MotionEvent event) { in addMovement() method in PanelView.FlingTracker
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp76 void VelocityTrackerState::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTrackerState
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1468 public void addMovement(MotionEvent ev) { in addMovement() method in KeyboardView.SwipeTracker