Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h65 const auto& axisIdVelocity = axisVelocities->second.find(id); in getVelocity() local
66 if (axisIdVelocity == axisVelocities->second.end()) { in getVelocity()
70 return axisIdVelocity->second; in getVelocity()