Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp111 void VelocityTrackerState::getVelocity(int32_t id, float* outVx, float* outVy) { in getVelocity()
/frameworks/native/libs/input/
DVelocityTracker.cpp345 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { in getVelocity()