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

Commit 0ffab441 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Exposing some private methods in FastBitmapDrawable

Bug: 109858110
Change-Id: Ica07426cb413876d90a1b8ff49645c4711e15fc9
parent 53d57998
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ public class FastBitmapDrawable extends Drawable {
    /**
     * Updates the paint to reflect the current brightness and saturation.
     */
    private void updateFilter() {
    protected void updateFilter() {
        boolean usePorterDuffFilter = false;
        int key = -1;
        if (mDesaturation > 0) {