Searched refs:outVy (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp52 void getVelocity(int32_t id, float* outVx, float* outVy);
110 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { argument
129 if (outVy) {
130 *outVy = vy;
/frameworks/native/include/input/
H A DVelocityTracker.h91 bool getVelocity(uint32_t id, float* outVx, float* outVy) const;
/frameworks/native/libs/input/
H A DVelocityTracker.cpp335 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const {
339 *outVy = estimator.yCoeff[1];
343 *outVy = 0;

Completed in 1790 milliseconds