Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h188 const Weighting mWeighting; variable
/frameworks/native/libs/input/
DVelocityTracker.cpp366 mDegree(degree), mWeighting(weighting) { in LeastSquaresVelocityTrackerStrategy()
667 if (degree == 2 && mWeighting == WEIGHTING_NONE) { in getEstimator()
711 switch (mWeighting) { in chooseWeight()