Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp51 void getVelocity(int32_t id, float* outVx, float* outVy);
108 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { in getVelocity() argument
127 if (outVy) { in getVelocity()
128 *outVy = vy; in getVelocity()
/aosp12/frameworks/native/include/input/
H A DVelocityTracker.h107 bool getVelocity(uint32_t id, float* outVx, float* outVy) const;
/aosp12/frameworks/native/libs/input/
H A DVelocityTracker.cpp307 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { in getVelocity()
311 *outVy = estimator.yCoeff[1]; in getVelocity()
315 *outVy = 0; in getVelocity()