commit | 89d580c0563f283c2a0fc1a81bbcca9883899ef3 | [log] [tgz] |
---|---|---|
author | Tony Huang <tonyychuang@google.com> | Thu Mar 26 14:10:26 2020 +0800 |
committer | Tony Huang <tonyychuang@google.com> | Wed Apr 01 19:07:49 2020 +0800 |
tree | 1bb19706556f4393bad85c6970d3b479f5068add | |
parent | c9bdb4aa296fedbc4297a5e40c4b109617b5ec02 [diff] |
Fix split divider janky The janky caused by SurfaceFlingerVsyncChoreographer does not work reliably. Sometimes it didn't update but sometimes update twice per frame so cause janky. Fix this by removed using SurfaceFlingerVsyncChoreographer and use real surface flinger sync signal to update screen. Bug: 150874701 Test: enter split mode and drag divider to observer janky Change-Id: I5a8bce36738a97b0ddaf4c4e77949eb5295b4894