Loading core/java/android/widget/TextView.java +6 −0 Original line number Diff line number Diff line Loading @@ -6795,6 +6795,12 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener } } @Override protected void onLayout(boolean changed, int left, int top, int right, int bottom) { super.onLayout(changed, left, top, right, bottom); if (changed) mTextDisplayListIsValid = false; } /** * Returns true if anything changed. */ Loading Loading
core/java/android/widget/TextView.java +6 −0 Original line number Diff line number Diff line Loading @@ -6795,6 +6795,12 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener } } @Override protected void onLayout(boolean changed, int left, int top, int right, int bottom) { super.onLayout(changed, left, top, right, bottom); if (changed) mTextDisplayListIsValid = false; } /** * Returns true if anything changed. */ Loading