replicant-frameworks_native/libs/ui
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
..
tests Refactor input reader to add stylus support. 2011-07-31 15:38:09 -07:00
Android.mk
EGLUtils.cpp revert last change to EGLUtils::selectConfigForPixelFormat 2011-08-15 15:25:39 -07:00
FramebufferNativeWindow.cpp connect/disconnect is now called from our EGL wrapper 2011-08-01 14:06:20 -07:00
GraphicBuffer.cpp
GraphicBufferAllocator.cpp improve GraphicAllocator dump method 2011-07-29 16:35:41 -07:00
GraphicBufferMapper.cpp
GraphicLog.cpp
Input.cpp Velocity Tracker II: The Revenge of Velocity Tracker 2011-09-14 19:16:37 -07:00
InputTransport.cpp
Keyboard.cpp
KeyCharacterMap.cpp
KeyLayoutMap.cpp
MODULE_LICENSE_APACHE2
NOTICE
PixelFormat.cpp
Rect.cpp
Region.cpp
VirtualKeyMap.cpp