commit | 846bb0f8dc4665fc75169caca8c0abe9622d84b8 | [log] [tgz] |
---|---|---|
author | Kulanthaivel Palanichamy <kulanthaivel@codeaurora.org> | Tue Dec 02 13:50:34 2014 -0800 |
committer | WebTech Code Review <code-review@localhost> | Thu Dec 04 20:58:52 2014 -0800 |
tree | 7678c4293fe740205ccffe897ea64b8463878d11 | |
parent | 80c045a86cf58907f2d068c274ff7e9260f26fdc [diff] |
Fix for blank titlebar after layout Currently android DisplayList calculates the transparent regions of layers on layout, taking translation of views also into account. We have a bug in browser where TitleBar becomes blank when it is translated out of viewport and relayout happens due to orientation change. The fix will translate the titlebar Y to 0 during layout and translate it back to its original position after the layout. Change-Id: I8d66148bd164c4cdfd7b48f98f420174dc18fbd9