Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h233 const Weighting mWeighting; variable
/frameworks/native/libs/input/
DVelocityTracker.cpp429 mWeighting(weighting) {} in LeastSquaresVelocityTrackerStrategy()
669 if (degree == 2 && mWeighting == Weighting::NONE) { in getVelocity()
695 switch (mWeighting) { in chooseWeight()