From 7f4eabe3709a72b416569136e4a095431c493c8b Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Thu, 21 Apr 2011 16:19:16 -0700 Subject: Adding initial folder animation -Changed CellLayout/CellLayoutChildren to use padding in the more standard way Change-Id: I728f1b699232422be76eb29b4cf710cd5723a0aa --- proguard.flags | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'proguard.flags') 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); -- cgit v1.2.3