[automerger] Exposing some private methods in FastBitmapDrawable am: 0ffab44153

Change-Id: Iefeb2b367cb08366598c115f09fd852002430cd3
This commit is contained in:
Android Build Merger (Role)
2018-06-08 18:50:57 +00:00
@@ -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) {