Home
last modified time | relevance | path

Searched refs:outVx (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp53 void getVelocity(int32_t id, float* outVx, float* outVy);
111 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { in getVelocity() argument
127 if (outVx) { in getVelocity()
128 *outVx = vx; in getVelocity()
/frameworks/native/include/input/
DVelocityTracker.h91 bool getVelocity(uint32_t id, float* outVx, float* outVy) const;
/frameworks/native/libs/input/
DVelocityTracker.cpp345 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { in getVelocity() argument
348 *outVx = estimator.xCoeff[1]; in getVelocity()
352 *outVx = 0; in getVelocity()