Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ac259c4 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Exposing some private methods in FastBitmapDrawable" into ub-launcher3-edmonton-polish

parents 15852dc1 0ffab441
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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) {