Loading core/java/android/view/View.java +3 −0 Original line number Diff line number Diff line Loading @@ -9332,6 +9332,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility // the DRAWN bit. mPrivateFlags |= DRAWN; invalidate(true); // parent display list may need to be recreated based on a change in the bounds // of any child invalidateParentCaches(); } // Reset drawn bit to original value (invalidate turns it off) Loading Loading
core/java/android/view/View.java +3 −0 Original line number Diff line number Diff line Loading @@ -9332,6 +9332,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility // the DRAWN bit. mPrivateFlags |= DRAWN; invalidate(true); // parent display list may need to be recreated based on a change in the bounds // of any child invalidateParentCaches(); } // Reset drawn bit to original value (invalidate turns it off) Loading