blob: 6a9d6f3457af4d23e7caa1c8bcd66274276424c3 [file] [log] [blame]
Winson Chungb1777442015-06-16 13:35:04 -07001-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
2 public void setWidth(int);
3 public int getWidth();
4 public void setTrackAlpha(int);
5 public int getTrackAlpha();
6}
7
8-keep class com.android.launcher3.BaseRecyclerViewFastScrollPopup {
9 public void setAlpha(float);
10 public float getAlpha();
11}
12
13-keep class com.android.launcher3.BubbleTextView {
14 public void setFastScrollFocus(float);
15 public float getFastScrollFocus();
16}
17
18-keep class com.android.launcher3.ButtonDropTarget {
19 public int getTextColor();
20}
21
Daniel Sandler325dc232013-06-05 22:57:57 -040022-keep class com.android.launcher3.CellLayout {
Michael Jurka5f1c5092010-09-03 14:15:02 -070023 public float getBackgroundAlpha();
24 public void setBackgroundAlpha(float);
Winson Chung7c0736e2010-09-29 10:10:05 -070025}
26
Daniel Sandler325dc232013-06-05 22:57:57 -040027-keep class com.android.launcher3.CellLayout$LayoutParams {
Adam Cohen7f4eabe2011-04-21 16:19:16 -070028 public void setWidth(int);
29 public int getWidth();
30 public void setHeight(int);
31 public int getHeight();
32 public void setX(int);
33 public int getX();
34 public void setY(int);
35 public int getY();
36}
37
Winson Chungb1777442015-06-16 13:35:04 -070038-keep class com.android.launcher3.DragLayer$LayoutParams {
39 public void setWidth(int);
40 public int getWidth();
41 public void setHeight(int);
42 public int getHeight();
43 public void setX(int);
44 public int getX();
45 public void setY(int);
46 public int getY();
47}
48
49-keep class com.android.launcher3.FastBitmapDrawable {
50 public int getBrightness();
51 public void setBrightness(int);
Amith Yamasani2dc162f2010-11-19 10:22:19 -080052}
Daniel Sandlera127b7a2013-06-17 14:25:46 -040053
54-keep class com.android.launcher3.MemoryDumpActivity {
55 *;
56}
Sunny Goyal34846382014-07-09 00:09:28 -070057
58-keep class com.android.launcher3.PreloadIconDrawable {
59 public float getAnimationProgress();
60 public void setAnimationProgress(float);
61}
Sunny Goyalbe7939c2014-11-10 16:01:44 -080062
Winson Chungb1777442015-06-16 13:35:04 -070063-keep class com.android.launcher3.Workspace {
64 public float getBackgroundAlpha();
65 public void setBackgroundAlpha(float);
66}