commit | 3f59527d04d505e5ab09c1cc49c44507d29962eb | [log] [tgz] |
---|---|---|
author | Massimo Carli <mcarli@google.com> | Tue Oct 29 10:18:27 2024 +0000 |
committer | Massimo Carli <mcarli@google.com> | Wed Oct 30 09:35:35 2024 +0000 |
tree | 847389d202e8fa8f26b94868fa2299576de03cc0 | |
parent | c9ba5f85178309a55a27c87de1ecfdaf63c694e3 [diff] |
Fix Restart and Resize hints flickering The flicker was due to a change in the size of the layout when the hint was displayed. This was triggering a relayout which appeared as a flicker. Avoiding the resize of the layout using invisible instead of gone fixes the problem. Flag: EXEMPT Bug fixing Fix: 322463856 Test: atest WMShellUnitTests:CompatUIWindowManagerTest Test: atest WMShellUnitTests:UserAspectRatioSettingsLayoutTest Change-Id: Ibe98841a3d951e9dde54b899781c741b6d71a5e3