Ensuring that our animation callbacks are not stripped by pro guard.

Bug 20296035
This commit is contained in:
Winson Chung 2015-04-16 21:18:34 -07:00
parent fb9ca23928
commit 9cbea78b19
1 changed files with 5 additions and 0 deletions

View File

@ -62,3 +62,8 @@
public int getBrightness();
public void setBrightness(int);
}
-keep class com.android.launcher3.AppsContainerRecyclerView {
public void setFastScrollerAlpha(float);
public float getFastScrollerAlpha();
}