| commit | 777245c1c2a89b1c5c9d2f2ee916a1d9eff0cb2a | [log] [tgz] |
|---|---|---|
| author | Prabir Pradhan <prabirmsp@google.com> | Fri Jan 19 20:44:36 2024 +0000 |
| committer | Prabir Pradhan <prabirmsp@google.com> | Fri Jan 19 21:28:16 2024 +0000 |
| tree | f6cdb98204b10c8981fd5ab8b8918a58d9b789bf | |
| parent | 502ddbdb5919cf1cd1d6a40128e72b885868c95c [diff] |
Pointer Icon Refactor: Integrate mouse pointer acceleration Before the refactoring, there could only be one mouse pointer globally, so we only needed a boolean toggle for controlling pointer acceleration. Now, since we can have multiple mouse pointers on different displays, we need to be able to configure pointer acceleration on a per-display basis. Bug: 311651709 Test: atest inputflinger_tests Change-Id: I6a85fe18dc0a5ea8fc5d41829e95a7c89c11a0a0