OSDN Git Service

Merge remote-tracking branch 'origin/ub-launcher3-burnaby' into mnc-dev
[android-x86/packages-apps-Launcher3.git] / proguard.flags
1 -keep class com.android.launcher3.allapps.AllAppsBackgroundDrawable {
2   public void setAlpha(int);
3   public int getAlpha();
4 }
5
6 -keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
7   public void setThumbWidth(int);
8   public int getThumbWidth();
9   public void setTrackWidth(int);
10   public int getTrackWidth();
11 }
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
27 -keep class com.android.launcher3.CellLayout {
28   public float getBackgroundAlpha();
29   public void setBackgroundAlpha(float);
30 }
31
32 -keep class com.android.launcher3.CellLayout$LayoutParams {
33   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
43 -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);
57 }
58
59 -keep class com.android.launcher3.MemoryDumpActivity {
60   *;
61 }
62
63 -keep class com.android.launcher3.PreloadIconDrawable {
64   public float getAnimationProgress();
65   public void setAnimationProgress(float);
66 }
67
68 -keep class com.android.launcher3.Workspace {
69   public float getBackgroundAlpha();
70   public void setBackgroundAlpha(float);
71 }