diff options
author | Adam Cohen <adamcohen@google.com> | 2011-04-21 16:19:16 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-04-21 17:14:26 -0700 |
commit | 7f4eabe3709a72b416569136e4a095431c493c8b (patch) | |
tree | cf39d81a9a28c85ee3118727c3f679db9c8d00b1 /proguard.flags | |
parent | f579b5041afe8272c79f9f13001120d37eeeee7b (diff) | |
download | packages_apps_Trebuchet-7f4eabe3709a72b416569136e4a095431c493c8b.tar.gz packages_apps_Trebuchet-7f4eabe3709a72b416569136e4a095431c493c8b.tar.bz2 packages_apps_Trebuchet-7f4eabe3709a72b416569136e4a095431c493c8b.zip |
Adding initial folder animation
-Changed CellLayout/CellLayoutChildren to use padding in the more
standard way
Change-Id: I728f1b699232422be76eb29b4cf710cd5723a0aa
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 11 |
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); |