commit | 3a8d4f518d2f608bc9a130c1d14b40de5b5c17a1 | [log] [tgz] |
---|---|---|
author | Vinit Nayak <peanutbutter@google.com> | Wed Feb 21 17:01:28 2024 -0800 |
committer | Vinit Nayak <peanutbutter@google.com> | Wed Feb 21 17:01:28 2024 -0800 |
tree | 508ed4084470e38c38efe597e5a947ef5b973da1 | |
parent | 4638d4c8b407d6d55f135c3f9157e14cd1858c49 [diff] |
Move updating layoutParams outside of dispatchDraw() * LayoutParams are more single states and don't need to be updated on each cycle of drawing * Curious if this might also fix b/323128163 Fixes: 323128163 Test: Used logging, no more infinite calls to dispatchDraw() Flag: None Change-Id: Ic7211b26a7365e3fbbeef3768e4d6d9254e14ee7