Loading core/java/android/content/res/ColorStateList.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -603,7 +603,7 @@ public class ColorStateList implements Parcelable { * @hide only for resource preloading * @hide only for resource preloading */ */ public ConstantState<ColorStateList> getConstantState() { public ConstantState<ColorStateList> getConstantState() { if (mFactory != null) { if (mFactory == null) { mFactory = new ColorStateListFactory(this); mFactory = new ColorStateListFactory(this); } } return mFactory; return mFactory; Loading core/java/android/content/res/Resources.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1918,6 +1918,7 @@ public class Resources { other.mResId = mResId; other.mResId = mResId; other.mForce = mForce; other.mForce = mForce; other.mCount = mCount; other.mCount = mCount; other.mHashCode = mHashCode; return other; return other; } } } } Loading Loading
core/java/android/content/res/ColorStateList.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -603,7 +603,7 @@ public class ColorStateList implements Parcelable { * @hide only for resource preloading * @hide only for resource preloading */ */ public ConstantState<ColorStateList> getConstantState() { public ConstantState<ColorStateList> getConstantState() { if (mFactory != null) { if (mFactory == null) { mFactory = new ColorStateListFactory(this); mFactory = new ColorStateListFactory(this); } } return mFactory; return mFactory; Loading
core/java/android/content/res/Resources.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1918,6 +1918,7 @@ public class Resources { other.mResId = mResId; other.mResId = mResId; other.mForce = mForce; other.mForce = mForce; other.mCount = mCount; other.mCount = mCount; other.mHashCode = mHashCode; return other; return other; } } } } Loading