History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/AccelerationClassifier.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6b312a09fcea77651680f63a876ccd4ea378393f 17-Aug-2016 Adrian Roos <roosa@google.com> HIC: Improve AccelerationClassifier

Apply a bunch of improvements to the acceleration classifier:

- When dragging from the edges, we get some delay without
movement between the DOWN and MOVE, which confounds the
classifier. Now discounts data segments where the delay
does not match the expected 16ms.
- The distance ratio did not compensate for differences
in sampling. If it does it's equivalent to the speed
ratio however. The distance ratio was removed and the
impact of the speed ratio score doubled.
- If we cannot calculate the ratio, no longer penalize
the traces for this.

Bug: 27405075
Change-Id: I067eb4d478593afbb20354e5c85a05353e2b4184
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/AccelerationClassifier.java
401caaedd871894620accc1d14592c08095b5523 04-Mar-2016 Adrian Roos <roosa@google.com> Fix bug and add logging in FalsingManager

Fixes bug that lead FalsingManager to be incorrect
about the screen on state.

Makes it a fatal error to query whether a touch is
falsing outside of an active session.

Prevents touch collection and logging on the locked
shade which needs no anti-falsing.

Bug: 27227578
Change-Id: I8e330ad28636156a952e61b8fe6a3d201f82e624
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/AccelerationClassifier.java
68d0c9b1e9f1df04b3a0e1ebb1e7ed4c18994cf3 19-Sep-2015 Blazej Magnowski <johnasselta@google.com> added Classifiers and Evaluators

Change-Id: I9054c30cde665546de453e64572da619b1f6a799
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/AccelerationClassifier.java