OSDN Git Service

Fix bug with display lists and layout.
authorChet Haase <chet@google.com>
Tue, 25 Jan 2011 01:00:32 +0000 (17:00 -0800)
committerChet Haase <chet@google.com>
Tue, 25 Jan 2011 01:00:32 +0000 (17:00 -0800)
commit5af048c791d1fc361e6fe3e901adc9598c8bfb72
tree7a3dbee7285822eb3ac5fc1e488420e72a03d529
parentaaa55d3f45744814907d0809befb49281ced462e
Fix bug with display lists and layout.

requestLayout() and forceLayout() should force the INVALIDATED
flag to be set, which causes a view's display list to be regenerated
on the next drawing operation. This is necessary when containers change
due to layout requests.

Change-Id: I5b18b5936b59f0605f93c8f45baf83a76dab4e5e
core/java/android/view/View.java