commit | 0d6222d96d72199f607e3ca5b3d696212372bf47 | [log] [tgz] |
---|---|---|
author | Jorim Jaggi <jjaggi@google.com> | Mon Apr 18 20:42:10 2016 -0700 |
committer | Jorim Jaggi <jjaggi@google.com> | Tue Apr 19 14:41:11 2016 -0700 |
tree | 1b256a225ccc8abfd945d865c8919f4d99213c3b | |
parent | 25160db73f37619a26a3d87a06625925d881b0fd [diff] |
Fixes for resize thread - Make sure to draw navigation bar/status bar background before the main render node. This is to avoid any flickering when entering resizing mode, so you rather overdraw than underdraw. - Draw the first frame from the main thread directly to increase chance that all drawing commands are processing within a single frame. Bug: 27864358 Bug: 28003586 Change-Id: I033f57cdbcb2c16ea93134c041095a415d5c25b4