Searched defs:outVx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp49 void getVelocity(int32_t id, float* outVx, float* outVy);
107 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { argument
123 if (outVx) {
124 *outVx = vx;

Completed in 67 milliseconds