commit | 3e3e20dbc8a9153862746ef4f31668784afdbac6 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Tue May 12 11:13:04 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 12 11:13:04 2009 -0700 |
tree | 7397a7b18c5731e1350f15ff9e9855443261b8d5 | |
parent | af56b45d594379d52cbe01d825948e7e7321a09d [diff] | |
parent | 97ba2df538237e0f247bc9c8f91aeddd59a581f2 [diff] |
Merge change 1424 into donut * changes: Fixes 1844680. Interrupted scrolling could lead to rendering artifacts. The ListView was invalidating itself in opaque mode but before the drawing could happen, it was getting rid of its scrolling cache, thus becoming translucent again.