blob: 5e2c384ce0d1078377f30d55cd660693d25e7ac9 [file] [log] [blame]
Daniel Sandler325dc232013-06-05 22:57:57 -04001-keep class com.android.launcher3.CellLayout {
Michael Jurka5f1c5092010-09-03 14:15:02 -07002 public float getBackgroundAlpha();
3 public void setBackgroundAlpha(float);
Winson Chung7c0736e2010-09-29 10:10:05 -07004}
5
Daniel Sandler325dc232013-06-05 22:57:57 -04006-keep class com.android.launcher3.DragLayer$LayoutParams {
Adam Cohenee31b792011-03-01 12:36:37 -08007 public void setWidth(int);
8 public int getWidth();
9 public void setHeight(int);
10 public int getHeight();
11 public void setX(int);
12 public int getX();
13 public void setY(int);
14 public int getY();
15}
16
Daniel Sandler325dc232013-06-05 22:57:57 -040017-keep class com.android.launcher3.CellLayout$LayoutParams {
Adam Cohen7f4eabe2011-04-21 16:19:16 -070018 public void setWidth(int);
19 public int getWidth();
20 public void setHeight(int);
21 public int getHeight();
22 public void setX(int);
23 public int getX();
24 public void setY(int);
25 public int getY();
26}
27
Daniel Sandler325dc232013-06-05 22:57:57 -040028-keep class com.android.launcher3.Workspace {
Winson Chung7c0736e2010-09-29 10:10:05 -070029 public float getBackgroundAlpha();
30 public void setBackgroundAlpha(float);
Amith Yamasani2dc162f2010-11-19 10:22:19 -080031}
Daniel Sandlera127b7a2013-06-17 14:25:46 -040032
33-keep class com.android.launcher3.MemoryDumpActivity {
34 *;
35}
Sunny Goyal34846382014-07-09 00:09:28 -070036
37-keep class com.android.launcher3.PreloadIconDrawable {
38 public float getAnimationProgress();
39 public void setAnimationProgress(float);
40}
Sunny Goyalbe7939c2014-11-10 16:01:44 -080041
42-keep class com.android.launcher3.FastBitmapDrawable {
43 public int getBrightness();
44 public void setBrightness(int);
45}
Winson Chung9cbea782015-04-16 21:18:34 -070046
47-keep class com.android.launcher3.AppsContainerRecyclerView {
48 public void setFastScrollerAlpha(float);
49 public float getFastScrollerAlpha();
Sunny Goyalfe0d1f22015-04-28 22:01:31 -070050}
51
52-keep class com.android.launcher3.ButtonDropTarget {
53 public int getTextColor();
54}