[automerger] Exposing some private methods in FastBitmapDrawable am: 0ffab44153
Change-Id: Iefeb2b367cb08366598c115f09fd852002430cd3
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user