Proguard changing methods required for click feedback aniamtion
Bug: 18323452 Change-Id: Iac6d75a3c46c3a4c2a74af43bd1fca738235c2d5
This commit is contained in:
parent
8dfe2da698
commit
be7939c960
|
@ -57,3 +57,8 @@
|
||||||
public float getAnimationProgress();
|
public float getAnimationProgress();
|
||||||
public void setAnimationProgress(float);
|
public void setAnimationProgress(float);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep class com.android.launcher3.FastBitmapDrawable {
|
||||||
|
public int getBrightness();
|
||||||
|
public void setBrightness(int);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue