commit | e8258fdf7baed41ac6bf7c6386379eefb270d1ee | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Thu Apr 14 17:23:44 2022 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Thu Apr 14 17:45:03 2022 +0000 |
tree | 67594ff75d76fd2ddad4a35dfd58e99e283d1397 | |
parent | 5c011d09c95f5d60f41fdd897088491ebeb41455 [diff] |
Advise use of InputDeviceListener when using pointer capture InputDevices can be reconfigured when pointer capture changes, but the app will be notified via InputManager when the updated device information is available. This races with the onPointerCaptureChange callback, so advise the use of InputDeviceListener in the pointer capture documentation for developers to get around this. Bug: 226425883 Test: None Change-Id: I7aeb23722dc40b8fd37cb9667a4f23a336e8b5f1