blob: 5a3dfd1797480f3bf3d9dccd1ce849edc6e95d9d [file] [log] [blame]
Adam Cohence77f362015-07-24 15:56:33 -07001-keep,allowshrinking,allowoptimization class com.android.launcher3.** {
2 *;
3}
4
Winsonfee206f2015-08-19 17:26:21 -07005-keep class com.android.launcher3.allapps.AllAppsBackgroundDrawable {
6 public void setAlpha(int);
7 public int getAlpha();
8}
9
Winson Chungb1777442015-06-16 13:35:04 -070010-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
Winsond2eb49e2015-08-18 17:43:02 -070011 public void setThumbWidth(int);
12 public int getThumbWidth();
Winson67795952015-08-20 12:23:52 -070013 public void setTrackWidth(int);
14 public int getTrackWidth();
Winson Chungb1777442015-06-16 13:35:04 -070015}
16
17-keep class com.android.launcher3.BaseRecyclerViewFastScrollPopup {
18 public void setAlpha(float);
19 public float getAlpha();
20}
21
22-keep class com.android.launcher3.BubbleTextView {
23 public void setFastScrollFocus(float);
24 public float getFastScrollFocus();
25}
26
27-keep class com.android.launcher3.ButtonDropTarget {
28 public int getTextColor();
29}
30
Daniel Sandler325dc232013-06-05 22:57:57 -040031-keep class com.android.launcher3.CellLayout {
Michael Jurka5f1c5092010-09-03 14:15:02 -070032 public float getBackgroundAlpha();
33 public void setBackgroundAlpha(float);
Winson Chung7c0736e2010-09-29 10:10:05 -070034}
35
Daniel Sandler325dc232013-06-05 22:57:57 -040036-keep class com.android.launcher3.CellLayout$LayoutParams {
Adam Cohen7f4eabe2011-04-21 16:19:16 -070037 public void setWidth(int);
38 public int getWidth();
39 public void setHeight(int);
40 public int getHeight();
41 public void setX(int);
42 public int getX();
43 public void setY(int);
44 public int getY();
45}
46
Winson Chungb1777442015-06-16 13:35:04 -070047-keep class com.android.launcher3.DragLayer$LayoutParams {
48 public void setWidth(int);
49 public int getWidth();
50 public void setHeight(int);
51 public int getHeight();
52 public void setX(int);
53 public int getX();
54 public void setY(int);
55 public int getY();
56}
57
58-keep class com.android.launcher3.FastBitmapDrawable {
59 public int getBrightness();
60 public void setBrightness(int);
Amith Yamasani2dc162f2010-11-19 10:22:19 -080061}
Daniel Sandlera127b7a2013-06-17 14:25:46 -040062
63-keep class com.android.launcher3.MemoryDumpActivity {
64 *;
65}
Sunny Goyal34846382014-07-09 00:09:28 -070066
67-keep class com.android.launcher3.PreloadIconDrawable {
68 public float getAnimationProgress();
69 public void setAnimationProgress(float);
70}
Sunny Goyalbe7939c2014-11-10 16:01:44 -080071
Winson Chungb1777442015-06-16 13:35:04 -070072-keep class com.android.launcher3.Workspace {
73 public float getBackgroundAlpha();
74 public void setBackgroundAlpha(float);
Adam Cohence77f362015-07-24 15:56:33 -070075}