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
156
return new
LeastSquaresVelocityTrackerStrategy
(1);
163
return new
LeastSquaresVelocityTrackerStrategy
(2);
169
return new
LeastSquaresVelocityTrackerStrategy
(3);
173
return new
LeastSquaresVelocityTrackerStrategy
(2,
174
LeastSquaresVelocityTrackerStrategy
::WEIGHTING_DELTA);
178
return new
LeastSquaresVelocityTrackerStrategy
(2,
179
LeastSquaresVelocityTrackerStrategy
::WEIGHTING_CENTRAL);
183
return new
LeastSquaresVelocityTrackerStrategy
(2,
184
LeastSquaresVelocityTrackerStrategy
::WEIGHTING_RECENT);
360
// ---
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 50 milliseconds