From ee31b7973975ae43ca9d2a7de1b99cb520d48a08 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Tue, 1 Mar 2011 12:36:37 -0800 Subject: Fixing proguard issue for resize animations Change-Id: I5c91644f4efc4b152b6c8c7e6ee5818cc0715e02 --- proguard.flags | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/proguard.flags b/proguard.flags index 699f23ef5..19c8fd599 100644 --- a/proguard.flags +++ b/proguard.flags @@ -20,6 +20,17 @@ public void setHoverAlpha(float); } +-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