Searched refs:outVx (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
126 if (outVx) {
127 *outVx = vx;
/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 { argument
338 *outVx = estimator.xCoeff[1];
342 *outVx = 0;

Completed in 135 milliseconds