Go to file
Jeff Brown 73aaf0d8d2 Velocity Tracker II: The Revenge of Velocity Tracker
Bug: 5265529

Rewrote the velocity tracker to fit a polynomial curve
to pointer movements using least squares linear regression.
The velocity is simply the first derivative of this polynomial.

Clients can also obtain an Estimator that describes the
complete terms of the estimating polynomial including
the coefficient of determination which provides a measure
of the quality of the fit (confidence).

Enhanced PointerLocation to display the movement curve predicted
by the estimator in addition to the velocity vector.

By default, the algorithm computes a 2nd degree (quadratic)
polynomial based on a 100ms recent history horizon.

Change-Id: Id377bef44117fce68fee2c41f90134ce3224d3a1
2011-09-14 19:16:37 -07:00
cmds Remove the simulator target from all makefiles. 2011-07-11 22:12:16 -07:00
include Velocity Tracker II: The Revenge of Velocity Tracker 2011-09-14 19:16:37 -07:00
libs Velocity Tracker II: The Revenge of Velocity Tracker 2011-09-14 19:16:37 -07:00
opengl add an option to EGL to dump stack traces on errors 2011-09-06 18:06:04 -07:00
services/surfaceflinger Fix another problem with refreshing the screen when switching to/from overlay 2011-09-09 01:47:48 -07:00
MODULE_LICENSE_APACHE2
NOTICE