OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeastSquaresVelocityTrackerStrategy
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/input/
VelocityTracker.cpp
148
return new
LeastSquaresVelocityTrackerStrategy
(1);
155
return new
LeastSquaresVelocityTrackerStrategy
(2);
161
return new
LeastSquaresVelocityTrackerStrategy
(3);
165
return new
LeastSquaresVelocityTrackerStrategy
(2,
166
LeastSquaresVelocityTrackerStrategy
::WEIGHTING_DELTA);
170
return new
LeastSquaresVelocityTrackerStrategy
(2,
171
LeastSquaresVelocityTrackerStrategy
::WEIGHTING_CENTRAL);
175
return new
LeastSquaresVelocityTrackerStrategy
(2,
176
LeastSquaresVelocityTrackerStrategy
::WEIGHTING_RECENT);
352
// ---
LeastSquaresVelocityTrackerStrategy
--
[
all
...]
/frameworks/native/include/input/
VelocityTracker.h
139
class
LeastSquaresVelocityTrackerStrategy
: public VelocityTrackerStrategy {
157
LeastSquaresVelocityTrackerStrategy
(uint32_t degree, Weighting weighting = WEIGHTING_NONE);
158
virtual ~
LeastSquaresVelocityTrackerStrategy
();
Completed in 25 milliseconds