From 0ffab44153e1704119271879e06b4988af06b04c Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 7 Jun 2018 17:31:48 -0700 Subject: [PATCH] Exposing some private methods in FastBitmapDrawable Bug: 109858110 Change-Id: Ica07426cb413876d90a1b8ff49645c4711e15fc9 --- src/com/android/launcher3/FastBitmapDrawable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/FastBitmapDrawable.java b/src/com/android/launcher3/FastBitmapDrawable.java index 1b91e8804b..9217ca9876 100644 --- a/src/com/android/launcher3/FastBitmapDrawable.java +++ b/src/com/android/launcher3/FastBitmapDrawable.java @@ -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) {