diff options
| author | 2023-06-09 15:19:06 +0000 | |
|---|---|---|
| committer | 2023-06-09 15:22:23 +0000 | |
| commit | f214666bbb97aaee691ef2c30fba1f7a4a2df614 (patch) | |
| tree | 756a1ee90b221c0d75b00aab4999fadca8e097a6 /libs/androidfw/FileStream.cpp | |
| parent | 7a113ba4dae1dabc503159b1948cf2ff9ed191e0 (diff) | |
Avoid 60ms QS inflations on UI thread after density changes
Before the change, density was always considered as "interesting" change
from InterestingConfigChanges.
After, it depends whether the flag CONFIG_DENSITY is provided or not.
To keep the default behaviour as before, the flag is kept in the default
set.
Note that it's unknown why density was handled differently from other
config fields instead of just using CONFIG_DENSITY.
Bug: 286511842
Test: adb shell wm density 300 during a perfetto trace: 60ms main thread
inflations from QS fragment are gone.
Change-Id: I7aed4dda853af80981fcaa7c80f6afff64a0c60f
Diffstat (limited to 'libs/androidfw/FileStream.cpp')
0 files changed, 0 insertions, 0 deletions