Searched defs:outVx (Results 1 - 2 of 2) 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/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 203 milliseconds