Event smoothing in CrOS gesture recognizer.
Each GesturePoint owns a VelocityCalculator, which maintains a history of touch positions and times, and gives the GesturePoint its velocity. An ordinary least squares regression is used to calculate the velocities. BUG=110229 TEST=aura_unittests Review URL: http://codereview.chromium.org/9310031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120835 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment