HomeSort by relevance Sort by last modified time
    Searched refs:Weighting (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/androidfw/
VelocityTracker.h 141 enum Weighting {
157 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE);
188 const Weighting mWeighting;
  /frameworks/base/libs/androidfw/
VelocityTracker.cpp 165 // 2nd order weighted least squares, delta weighting. Quality: EXPERIMENTAL
170 // 2nd order weighted least squares, central weighting. Quality: EXPERIMENTAL
175 // 2nd order weighted least squares, recent weighting. Quality: EXPERIMENTAL
359 uint32_t degree, Weighting weighting) :
360 mDegree(degree), mWeighting(weighting) {
    [all...]

Completed in 48 milliseconds