Loading core/java/android/content/res/Resources.java +0 −1 Original line number Diff line number Diff line Loading @@ -1359,7 +1359,6 @@ public class Resources { } } } mDrawableCache.clear(); mColorStateListCache.clear(); flushLayoutCache(); } Loading graphics/java/android/graphics/drawable/AnimatedRotateDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ public class AnimatedRotateDrawable extends Drawable implements Drawable.Callbac @Override public ConstantState getConstantState() { if (mState.canConstantState()) { mState.mChangingConfigurations = super.getChangingConfigurations(); mState.mChangingConfigurations = getChangingConfigurations(); return mState; } return null; Loading graphics/java/android/graphics/drawable/BitmapDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -427,7 +427,7 @@ public class BitmapDrawable extends Drawable { @Override public final ConstantState getConstantState() { mBitmapState.mChangingConfigurations = super.getChangingConfigurations(); mBitmapState.mChangingConfigurations = getChangingConfigurations(); return mBitmapState; } Loading graphics/java/android/graphics/drawable/ClipDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ public class ClipDrawable extends Drawable implements Drawable.Callback { @Override public ConstantState getConstantState() { if (mClipState.canConstantState()) { mClipState.mChangingConfigurations = super.getChangingConfigurations(); mClipState.mChangingConfigurations = getChangingConfigurations(); return mClipState; } return null; Loading graphics/java/android/graphics/drawable/ColorDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ public class ColorDrawable extends Drawable { @Override public ConstantState getConstantState() { mState.mChangingConfigurations = super.getChangingConfigurations(); mState.mChangingConfigurations = getChangingConfigurations(); return mState; } Loading Loading
core/java/android/content/res/Resources.java +0 −1 Original line number Diff line number Diff line Loading @@ -1359,7 +1359,6 @@ public class Resources { } } } mDrawableCache.clear(); mColorStateListCache.clear(); flushLayoutCache(); } Loading
graphics/java/android/graphics/drawable/AnimatedRotateDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ public class AnimatedRotateDrawable extends Drawable implements Drawable.Callbac @Override public ConstantState getConstantState() { if (mState.canConstantState()) { mState.mChangingConfigurations = super.getChangingConfigurations(); mState.mChangingConfigurations = getChangingConfigurations(); return mState; } return null; Loading
graphics/java/android/graphics/drawable/BitmapDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -427,7 +427,7 @@ public class BitmapDrawable extends Drawable { @Override public final ConstantState getConstantState() { mBitmapState.mChangingConfigurations = super.getChangingConfigurations(); mBitmapState.mChangingConfigurations = getChangingConfigurations(); return mBitmapState; } Loading
graphics/java/android/graphics/drawable/ClipDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ public class ClipDrawable extends Drawable implements Drawable.Callback { @Override public ConstantState getConstantState() { if (mClipState.canConstantState()) { mClipState.mChangingConfigurations = super.getChangingConfigurations(); mClipState.mChangingConfigurations = getChangingConfigurations(); return mClipState; } return null; Loading
graphics/java/android/graphics/drawable/ColorDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ public class ColorDrawable extends Drawable { @Override public ConstantState getConstantState() { mState.mChangingConfigurations = super.getChangingConfigurations(); mState.mChangingConfigurations = getChangingConfigurations(); return mState; } Loading