History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f8c4add85188a90940d9d7045ab4c945375fcff2 08-Jun-2017 Selim Cinek <cinek@google.com> Fixed an issue where the notification could stay userlocked

When collapsing the shade while draging down (using fingerprint)
notifications would stay userlocked and would appear in a small
height instead of their regular size.

Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/StatusBarWindowViewTest.java
Change-Id: Ibd97a6ce063bc2fcd76f11e010e781a61bd76b5f
Fixes: 36469584
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.java
56918509c7f4f8ec021de897a732b4bc4859c0b0 21-Apr-2016 Adrian Roos <roosa@google.com> Remove obsolete TODO

Change-Id: Ia76b7f1cea0799c46ae5c933741c865869e39f5f
Fixes: 27550895
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.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/HumanInteractionClassifier.java
c5584ceaad422c96f978132aee4d21ee1f61fc7d 24-Feb-2016 Adrian Roos <roosa@google.com> Fix anti falsing detection

The falsing detection stopped listening for touches
when the lockscreen showed without turning the screen off.

This happens e.g. when SystemUI crashes, when switching users,
when ending lock-to-task.

As a result, the falsing detection usually got stuck on a bad
value and without further touches continued preventing all input.

Bug: 27227578
Change-Id: I6717c04b0271e4d2578b88fc584b6ad46492e497
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.java
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.java
5c42df13a457abc99926e4b1a6aa4d45af3719c7 27-Jan-2016 Adrian Roos <roosa@google.com> Flipping the bit on the HIC

Bug: 25186740
Change-Id: If1931cb1672ac9fcd588b621ce802200571cff8e
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.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/HumanInteractionClassifier.java
4498d9cd8ee7aa44d25cd9018d83044409c1c395 28-Sep-2015 Blazej Magnowski <johnasselta@google.com> added DirectionClassifier

Change-Id: I7361971b1b8a86eee346a94da9978eb8c33a33eb
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.java
a28de579c8e9db336dffeb20e15bf0515804dcdd 26-Sep-2015 Blazej Magnowski <johnasselta@google.com> Improved angles variance and added the angles percentage evaluation

Change-Id: I312529ea89707d27a7ef1a5ffd6d94427eaf6e8f
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.java
91be2f88a5434f73514f7ce58f35f47a6033265d 25-Sep-2015 Blazej Magnowski <johnasselta@google.com> notification drag down fix

Change-Id: I17ddf28a5096782fd42ab011f0dac002b152db0f
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.java
6dc59b48c040cf6871d7ff6d8e5242b1a5ddd032 23-Sep-2015 Blazej Magnowski <johnasselta@google.com> Integration into other unlock mechanisms

Replaces all the older falsing thresholds unless the
HumanInteractionClassifier is disabled.

Change-Id: Idfc3cb1b6bc0bbdbc792cd75499f0c3b4f1b7142
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.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/HumanInteractionClassifier.java
9f01c5bfa5c1c63e350808c154adfc2953949b15 18-Sep-2015 Blazej Magnowski <johnasselta@google.com> Add HistoryEvaluator

Adds the possibility to store the evaluations for previous strokes and gestures.
Also and enables to take the history into account when classifying current
interatcions.

Change-Id: Ia8fa54a00daa80b4e5aebf11b11b568ed23165d4
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/HumanInteractionClassifier.java
0e2ffbd48bbedf47deb7f6aed96bd07e2fc96f53 10-Sep-2015 Blazej Magnowski <johnasselta@google.com> Add FalsingManager and Classifier to SystemUI

Adds the possibility to analyze and classify touch and sensor events as
human or false touches.

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