Searched refs:getVelocity (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp49 void getVelocity(int32_t id, float* outVx, float* outVy);
85 mVelocityTracker.getVelocity(id, &vx, &vy);
107 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { function in class:android::VelocityTrackerState
175 state->getVelocity(id, &vx, NULL);
183 state->getVelocity(id, NULL, &vy);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java94 private float getVelocity(VelocityTracker vt) { method in class:SwipeHelper
305 float velocity = getVelocity(mVelocityTracker);
/frameworks/base/include/ui/
H A DInput.h623 // Default polynomial degree. (used by getVelocity)
626 // Default sample horizon. (used by getVelocity)
681 bool getVelocity(uint32_t id, float* outVx, float* outVy) const;
/frameworks/base/libs/ui/
H A DInput.cpp1014 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const {
1136 if (mVelocityTracker.getVelocity(0, &vx, &vy)) {
/frameworks/base/services/input/
H A DInputReader.cpp4341 if (mPointerGesture.velocityTracker.getVelocity(id, &vx, &vy)) {

Completed in 166 milliseconds