OSDN Git Service

Fixing proguard issue for resize animations
authorAdam Cohen <adamcohen@google.com>
Tue, 1 Mar 2011 20:36:37 +0000 (12:36 -0800)
committerAdam Cohen <adamcohen@google.com>
Tue, 1 Mar 2011 20:36:37 +0000 (12:36 -0800)
Change-Id: I5c91644f4efc4b152b6c8c7e6ee5818cc0715e02

proguard.flags

index 699f23e..19c8fd5 100644 (file)
   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);