summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags11
1 files changed, 11 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 94dd2609b..c2b2c65f6 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -31,6 +31,17 @@
public int getY();
}
+-keep class com.android.launcher2.CellLayout$LayoutParams {
+ public void setWidth(int);
+ public int getWidth();
+ public void setHeight(int);
+ public int getHeight();
+ public void setX(int);
+ public int getX();
+ public void setY(int);
+ public int getY();
+}
+
-keep class com.android.launcher2.Workspace {
public float getBackgroundAlpha();
public void setBackgroundAlpha(float);