Loading core/java/android/widget/ImageView.java +2 −3 Original line number Diff line number Diff line Loading @@ -933,9 +933,8 @@ public class ImageView extends View { if (d.isStateful()) { d.setState(getDrawableState()); } if (isAttachedToWindow()) { d.setVisible(getWindowVisibility() == VISIBLE && isShown(), true); } d.setVisible(isAttachedToWindow() && getWindowVisibility() == VISIBLE && isShown(), true); d.setLevel(mLevel); mDrawableWidth = d.getIntrinsicWidth(); mDrawableHeight = d.getIntrinsicHeight(); Loading Loading
core/java/android/widget/ImageView.java +2 −3 Original line number Diff line number Diff line Loading @@ -933,9 +933,8 @@ public class ImageView extends View { if (d.isStateful()) { d.setState(getDrawableState()); } if (isAttachedToWindow()) { d.setVisible(getWindowVisibility() == VISIBLE && isShown(), true); } d.setVisible(isAttachedToWindow() && getWindowVisibility() == VISIBLE && isShown(), true); d.setLevel(mLevel); mDrawableWidth = d.getIntrinsicWidth(); mDrawableHeight = d.getIntrinsicHeight(); Loading