History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/FalsingManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca664b93b91ee4c29b22e914c01411c241f5068e 18-Apr-2016 Adrian Roos <roosa@google.com> Disable anti-falsing logic with touch exploration

Change-Id: Ide1992f11ace9c2604f68fe3c9277c3e20ecb71a
Fixes: 28140321
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/FalsingManager.java
3021f44d9ebe43e5083abd83799e8eb9a67a3a57 08-Apr-2016 Adrian Roos <roosa@google.com> Fix early session termination in FalsingManager

Now we properly wait until the status has changed
from Keyguard to Shade.

Bug: 27754935
Change-Id: I1b09130965a196ec20f6982d1ac3e4d1d2b2e2a3
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/FalsingManager.java
6a04cb1efc4a6cfd6733d92c0c7efca5f9082e5d 15-Mar-2016 Adrian Roos <roosa@google.com> Prevent Log.wtf crash in benign case

Fixes a crash that happens when you turn of the screen
while moving the finger. Some touches still come in even
when the screen went to sleep. No need to get upset over
those.

Bug: 27595423
Change-Id: If75ae3b6c2c83a87f38daaf8777f89d8c74a9cd1
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/FalsingManager.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/FalsingManager.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/FalsingManager.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/FalsingManager.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/FalsingManager.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/FalsingManager.java