Loading graphics/java/android/graphics/drawable/LayerDrawable.java +0 −2 Original line number Diff line number Diff line Loading @@ -564,8 +564,6 @@ public class LayerDrawable extends Drawable implements Drawable.Callback { if (drawable != null) { drawable.setCallback(this); drawable.setLayoutDirection(getLayoutDirection()); drawable.setLevel(getLevel()); } childDrawable.mDrawable = drawable; Loading Loading
graphics/java/android/graphics/drawable/LayerDrawable.java +0 −2 Original line number Diff line number Diff line Loading @@ -564,8 +564,6 @@ public class LayerDrawable extends Drawable implements Drawable.Callback { if (drawable != null) { drawable.setCallback(this); drawable.setLayoutDirection(getLayoutDirection()); drawable.setLevel(getLevel()); } childDrawable.mDrawable = drawable; Loading