Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp1096 static float calculateImpulseVelocity(const nsecs_t* t, const float* x, size_t count) { in calculateImpulseVelocity() function
1165 outEstimator->xCoeff[1] = calculateImpulseVelocity(time, x, m); in getEstimator()
1166 outEstimator->yCoeff[1] = calculateImpulseVelocity(time, y, m); in getEstimator()