summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-04-26 16:45:45 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-04-26 16:45:45 -0700
commit36c8e9fb88b94cf6c6b70fc9846d7bd23691d600 (patch)
treea7543fc67e5590b119df826e5e58a492f524b5a7 /proguard.flags
parent80e20d52831c0c89e02a04babd13d2ab1613ad39 (diff)
parent7f4eabe3709a72b416569136e4a095431c493c8b (diff)
downloadandroid_packages_apps_Trebuchet-36c8e9fb88b94cf6c6b70fc9846d7bd23691d600.tar.gz
android_packages_apps_Trebuchet-36c8e9fb88b94cf6c6b70fc9846d7bd23691d600.tar.bz2
android_packages_apps_Trebuchet-36c8e9fb88b94cf6c6b70fc9846d7bd23691d600.zip
Merge "Adding initial folder animation"
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);