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

  /frameworks/native/include/input/
VelocityTracker.h 143 WEIGHTING_NONE,
157 LeastSquaresVelocityTrackerStrategy(uint32_t degree, Weighting weighting = WEIGHTING_NONE);
  /frameworks/native/libs/input/
VelocityTracker.cpp 644 if (degree == 2 && mWeighting == WEIGHTING_NONE) { // optimize unweighted, degree=2 fit
745 case WEIGHTING_NONE:
    [all...]

Completed in 851 milliseconds