Home
last modified time | relevance | path

Searched refs:belief (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/docs/
Dfalsing.md55 Bayesian statistics, it updates a "belief" in whether recent
57 accidental, increasing the overall belief in
59 reduce belief that falsing is occurring. This information is tracked within the `HistoryTracker`.
61 Changes in belief may influence internal heurstics within the `FalsingManager`,
88 3. If the `HistoryTracker` reports strong belief in recent falsing, the tap is
95 `penalty` is a measure of how much the `HistoryTracker`'s belief should be
142 will update its belief in pocket dialing based only on the last call made, so multiple calls per
145 The `FalsingManager` does not update its belief in pocket-dialing until after a gesture completes.
146 That is to say, if the owner makes a bad tap on your feature, the "belief" in pocket dialing will
191 method allows you to directly change the `FalsingManager`'s belief in the state
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DHistoryTracker.java214 void onBeliefChanged(double belief); in onBeliefChanged() argument
DBrightLineFalsingManager.java109 public void onBeliefChanged(double belief) {
114 if (belief > FALSE_BELIEF_THRESHOLD) {