Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityControl.cpp161 float vyMmPerS = countsToMm(*vy); in scaleDeltas() local
162 float speedMmPerS = sqrtf(vxMmPerS * vxMmPerS + vyMmPerS * vyMmPerS); in scaleDeltas()
168 vxMmPerS, vyMmPerS, speedMmPerS, ratio); in scaleDeltas()