Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h178 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE);
/frameworks/native/libs/input/
DVelocityTracker.cpp327 uint32_t degree, Weighting weighting) : in LeastSquaresVelocityTrackerStrategy() argument
328 mDegree(degree), mWeighting(weighting) { in LeastSquaresVelocityTrackerStrategy()