commit | 0900271a8d7cc72cf8121f4f9084392df69c6a98 | [log] [tgz] |
---|---|---|
author | Robert Carr <racarr@google.com> | Wed Jun 16 21:27:45 2021 -0700 |
committer | Robert Carr <racarr@google.com> | Wed Jun 16 21:27:45 2021 -0700 |
tree | e07066559534af9792b858d70915df9154cbd7ed | |
parent | 0a9650dcde5457fb34832d93f179d91c6df4a4ee [diff] |
WindowState: Correct wallpaper scaling A recent CL moved wallpaper scaling to the WindowState level to avoid fighting with the BLAST adapter at the WindowState level. It mistaken scaled from the top left corner of the wallpaper instead of the center. This CL restores the old logic. Bug: 190532253 Test: Existing tests pass Change-Id: Ic809e69d1a2b57b771e0657ba98b508d062e58c9