commit | f8999b1dda92a73f0f486758d3548d1ef2636e04 | [log] [tgz] |
---|---|---|
author | Alex Stetson <alexstetson@google.com> | Tue Nov 08 15:48:02 2022 -0800 |
committer | Alex Stetson <alexstetson@google.com> | Thu Jan 26 11:46:25 2023 -0800 |
tree | e09c88ac25a88ac0473c192955c1b02f40356057 | |
parent | 4d2d2c252f5ffa08cafb50b5b684437d9d6098f6 [diff] |
[DO NOT MERGE] Add centralized DisplayTracker for SystemUI In multi-user multi-display systems where there could be multiple SystemUI instances running, the concept of what displays are relevant for a particular SystemUI may change. By adding a DisplayTracker class to abstract away display retrieval and callbacks, these instances can return the information that is most accurate for them. Bug: 256236871 Test: atest SystemUITests Change-Id: I51c1a380a344fb45d5e0de2c5c6ba5610733a3a2