commit | c1de2b1b7a88daf83f2912cfdf6830214478bf81 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Fri Jul 08 10:47:57 2022 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Fri Jul 15 09:32:14 2022 -0700 |
tree | d40f4ef3c4a84d87994f30939fea46878835af19 | |
parent | 0d00ce94ca42350da2d698772cf2947ed275e08a [diff] |
Switch to resample_period instead of bool resample_touch When resampling code got upstreamed, we had to switch the 'api surface' from using a regular bool to providing a value for the resampling period. Reference: https://chromium-review.googlesource.com/c/chromium/src/+/3689765/2..8/ui/events/ozone/evdev/touch_filter/neural_stylus_palm_detection_filter_model.h#b102 Update input code accordingly. To avoid having to include base::TimeDelta inside input code, in this CL im adding a custom define of the model period to the chrome's palm rejection code. We can try to upstream that again in the future. Bug: 237238491 Test: build only Change-Id: I3d57058f45b63201dc363fc0c2528e3f90090244