blob: d6b9ba3aff35ec4cee3550d33b414e837a7ec50d [file] [log] [blame]
Winsonfee206f2015-08-19 17:26:21 -07001-keep class com.android.launcher3.allapps.AllAppsBackgroundDrawable {
2 public void setAlpha(int);
3 public int getAlpha();
4}
5
Winson Chungb1777442015-06-16 13:35:04 -07006-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
Winsond2eb49e2015-08-18 17:43:02 -07007 public void setThumbWidth(int);
8 public int getThumbWidth();
Winson67795952015-08-20 12:23:52 -07009 public void setTrackWidth(int);
10 public int getTrackWidth();
Winson Chungb1777442015-06-16 13:35:04 -070011}
12
13-keep class com.android.launcher3.BaseRecyclerViewFastScrollPopup {
14 public void setAlpha(float);
15 public float getAlpha();
16}
17
18-keep class com.android.launcher3.BubbleTextView {
19 public void setFastScrollFocus(float);
20 public float getFastScrollFocus();
21}
22
23-keep class com.android.launcher3.ButtonDropTarget {
24 public int getTextColor();
25}
26
Daniel Sandler325dc232013-06-05 22:57:57 -040027-keep class com.android.launcher3.CellLayout {
Michael Jurka5f1c5092010-09-03 14:15:02 -070028 public float getBackgroundAlpha();
29 public void setBackgroundAlpha(float);
Winson Chung7c0736e2010-09-29 10:10:05 -070030}
31
Daniel Sandler325dc232013-06-05 22:57:57 -040032-keep class com.android.launcher3.CellLayout$LayoutParams {
Adam Cohen7f4eabe2011-04-21 16:19:16 -070033 public void setWidth(int);
34 public int getWidth();
35 public void setHeight(int);
36 public int getHeight();
37 public void setX(int);
38 public int getX();
39 public void setY(int);
40 public int getY();
41}
42
Winson Chungb1777442015-06-16 13:35:04 -070043-keep class com.android.launcher3.DragLayer$LayoutParams {
44 public void setWidth(int);
45 public int getWidth();
46 public void setHeight(int);
47 public int getHeight();
48 public void setX(int);
49 public int getX();
50 public void setY(int);
51 public int getY();
52}
53
54-keep class com.android.launcher3.FastBitmapDrawable {
55 public int getBrightness();
56 public void setBrightness(int);
Amith Yamasani2dc162f2010-11-19 10:22:19 -080057}
Daniel Sandlera127b7a2013-06-17 14:25:46 -040058
59-keep class com.android.launcher3.MemoryDumpActivity {
60 *;
61}
Sunny Goyal34846382014-07-09 00:09:28 -070062
63-keep class com.android.launcher3.PreloadIconDrawable {
64 public float getAnimationProgress();
65 public void setAnimationProgress(float);
66}
Sunny Goyalbe7939c2014-11-10 16:01:44 -080067
Winson Chungb1777442015-06-16 13:35:04 -070068-keep class com.android.launcher3.Workspace {
69 public float getBackgroundAlpha();
70 public void setBackgroundAlpha(float);
Adam Cohence77f362015-07-24 15:56:33 -070071}