History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/SpeedRatioEvaluator.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/SpeedRatioEvaluator.java
52af6b646bd3abc8223ed01a36f6da785b35085d 01-Oct-2015 Blazej Magnowski <johnasselta@google.com> Fixes in FalsingManager Classifiers and Evaluators and in
DragDownHelper

Fixed couple nits, fixed a bug in DragDownHelper and in
EndPoinRatioClassifier, improved evaluation.

Change-Id: I27e9c5584f7bf0a834ac39791ee124ccc11ba0cf
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/SpeedRatioEvaluator.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/SpeedRatioEvaluator.java