Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/record/
Dvelocity_tracker.cpp53 static const int32_t linearParam = 2; in UpdateVelocity() local
58 xVelocity = linearParam * xAxis[ZERO] * xValue + xAxis[ONE]; in UpdateVelocity()
64 yVelocity = linearParam * yAxis[ZERO] * yValue + yAxis[ONE]; in UpdateVelocity()