mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Exposing some private methods in FastBitmapDrawable
Bug: 109858110 Change-Id: Ica07426cb413876d90a1b8ff49645c4711e15fc9
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