Loading iconloaderlib/src/com/android/launcher3/icons/FastBitmapDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ public class FastBitmapDrawable extends Drawable { mat[14] = brightnessI; mat[18] = disabledAlpha; tempFilterMatrix.preConcat(tempBrightnessMatrix); return new ColorMatrixColorFilter(tempBrightnessMatrix); return new ColorMatrixColorFilter(tempFilterMatrix); } protected static class FastBitmapConstantState extends ConstantState { Loading Loading
iconloaderlib/src/com/android/launcher3/icons/FastBitmapDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ public class FastBitmapDrawable extends Drawable { mat[14] = brightnessI; mat[18] = disabledAlpha; tempFilterMatrix.preConcat(tempBrightnessMatrix); return new ColorMatrixColorFilter(tempBrightnessMatrix); return new ColorMatrixColorFilter(tempFilterMatrix); } protected static class FastBitmapConstantState extends ConstantState { Loading