Loading graphics/java/android/graphics/drawable/DrawableContainer.java +10 −10 Original line number Diff line number Diff line Loading @@ -898,9 +898,8 @@ public class DrawableContainer extends Drawable implements Drawable.Callback { * @param res the resources used to inflate density-dependent values */ final void updateDensity(Resources res) { if (mSourceRes != null) { if (res != null) { mSourceRes = res; } // The density may have changed since the last update (if any). Any // dimension-type attributes will need their default values scaled. Loading @@ -913,6 +912,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback { mCheckedPadding = false; } } } final void applyTheme(Theme theme) { if (theme != null) { Loading Loading
graphics/java/android/graphics/drawable/DrawableContainer.java +10 −10 Original line number Diff line number Diff line Loading @@ -898,9 +898,8 @@ public class DrawableContainer extends Drawable implements Drawable.Callback { * @param res the resources used to inflate density-dependent values */ final void updateDensity(Resources res) { if (mSourceRes != null) { if (res != null) { mSourceRes = res; } // The density may have changed since the last update (if any). Any // dimension-type attributes will need their default values scaled. Loading @@ -913,6 +912,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback { mCheckedPadding = false; } } } final void applyTheme(Theme theme) { if (theme != null) { Loading