Loading core/java/android/widget/TextView.java +2 −1 Original line number Diff line number Diff line Loading @@ -6973,7 +6973,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener public boolean hasOverlappingRendering() { // horizontal fading edge causes SaveLayerAlpha, which doesn't support alpha modulation return ((getBackground() != null && getBackground().getCurrent() != null) || mSpannable != null || hasSelection() || isHorizontalFadingEdgeEnabled()); || mSpannable != null || hasSelection() || isHorizontalFadingEdgeEnabled() || mShadowColor != 0); } /** Loading Loading
core/java/android/widget/TextView.java +2 −1 Original line number Diff line number Diff line Loading @@ -6973,7 +6973,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener public boolean hasOverlappingRendering() { // horizontal fading edge causes SaveLayerAlpha, which doesn't support alpha modulation return ((getBackground() != null && getBackground().getCurrent() != null) || mSpannable != null || hasSelection() || isHorizontalFadingEdgeEnabled()); || mSpannable != null || hasSelection() || isHorizontalFadingEdgeEnabled() || mShadowColor != 0); } /** Loading