Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h209 const Weighting mWeighting; variable
/frameworks/native/libs/input/
DVelocityTracker.cpp328 mDegree(degree), mWeighting(weighting) { in LeastSquaresVelocityTrackerStrategy()
635 if (degree == 2 && mWeighting == WEIGHTING_NONE) { in getEstimator()
679 switch (mWeighting) { in chooseWeight()