Loading src/com/android/launcher3/FastBitmapDrawable.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -261,7 +261,7 @@ public class FastBitmapDrawable extends Drawable { /** /** * Updates the paint to reflect the current brightness and saturation. * Updates the paint to reflect the current brightness and saturation. */ */ private void updateFilter() { protected void updateFilter() { boolean usePorterDuffFilter = false; boolean usePorterDuffFilter = false; int key = -1; int key = -1; if (mDesaturation > 0) { if (mDesaturation > 0) { Loading Loading
src/com/android/launcher3/FastBitmapDrawable.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -261,7 +261,7 @@ public class FastBitmapDrawable extends Drawable { /** /** * Updates the paint to reflect the current brightness and saturation. * Updates the paint to reflect the current brightness and saturation. */ */ private void updateFilter() { protected void updateFilter() { boolean usePorterDuffFilter = false; boolean usePorterDuffFilter = false; int key = -1; int key = -1; if (mDesaturation > 0) { if (mDesaturation > 0) { Loading