Merge "Ensuring that our animation callbacks are not stripped by pro guard." into ub-launcher3-burnaby

This commit is contained in:
Winson Chung 2015-04-17 17:32:55 +00:00 committed by Android (Google) Code Review
commit c90ef7584b
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();
}