am 0947f5c2: Merge "Adding graphic for all apps empty search screen." into ub-launcher3-burnaby

* commit '0947f5c26804bc74b8f1242d856c1f703544c3de':
  Adding graphic for all apps empty search screen.
This commit is contained in:
Winson Chung
2015-08-28 21:20:28 +00:00
committed by Android Git Automerger
34 changed files with 288 additions and 5 deletions

View File

@@ -2,6 +2,11 @@
*;
}
-keep class com.android.launcher3.allapps.AllAppsBackgroundDrawable {
public void setAlpha(int);
public int getAlpha();
}
-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
public void setThumbWidth(int);
public int getThumbWidth();