commit | be7939c960c20697e8a731b354fd2d3d4757137c | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Mon Nov 10 16:01:44 2014 -0800 |
committer | Sunny Goyal <sunnygoyal@google.com> | Mon Nov 10 16:02:38 2014 -0800 |
tree | 441fd38bb07311e6602486e154097e1512307057 | |
parent | 8dfe2da6985d38f23fd3426101574c093f509907 [diff] [blame] |
Proguard changing methods required for click feedback aniamtion Bug: 18323452 Change-Id: Iac6d75a3c46c3a4c2a74af43bd1fca738235c2d5
diff --git a/proguard.flags b/proguard.flags index 0b28c0e..83a491d 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -57,3 +57,8 @@ public float getAnimationProgress(); public void setAnimationProgress(float); } + +-keep class com.android.launcher3.FastBitmapDrawable { + public int getBrightness(); + public void setBrightness(int); +}