am 21d405f5: Merge "Fix for display list problem with listview items." into honeycomb
* commit '21d405f5fa0ccf75e805e3f9404a53579416e2da': Fix for display list problem with listview items.
This commit is contained in:
@@ -3357,7 +3357,9 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
|
||||
addInArray(child, index);
|
||||
|
||||
child.mParent = this;
|
||||
child.mPrivateFlags = (child.mPrivateFlags & ~DIRTY_MASK & ~DRAWING_CACHE_VALID) | DRAWN;
|
||||
child.mPrivateFlags = (child.mPrivateFlags & ~DIRTY_MASK & ~DRAWING_CACHE_VALID) |
|
||||
DRAWN | INVALIDATED;
|
||||
this.mPrivateFlags |= INVALIDATED;
|
||||
|
||||
if (child.hasFocus()) {
|
||||
requestChildFocus(child, child.findFocus());
|
||||
|
||||
Reference in New Issue
Block a user