diff options
author | Patrick Dubroy <dubroy@google.com> | 2010-08-05 11:15:36 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-08-05 11:15:36 -0700 |
commit | e029ea7efc3e03e17e22be23b4c277fc426839ca (patch) | |
tree | 3ad55c5662e600acca88bde9ff9f17922ed3c486 | |
parent | 070ada8f866465c705448b64c0631c01bc185258 (diff) | |
parent | 6860a8913a9a6d892e39faf384503575da191ab1 (diff) | |
download | packages_apps_trebuchet-e029ea7efc3e03e17e22be23b4c277fc426839ca.zip packages_apps_trebuchet-e029ea7efc3e03e17e22be23b4c277fc426839ca.tar.gz packages_apps_trebuchet-e029ea7efc3e03e17e22be23b4c277fc426839ca.tar.bz2 |
Merge "fixed crash during animation to all apps"
-rw-r--r-- | proguard.flags | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags index c91ca67..607c14b 100644 --- a/proguard.flags +++ b/proguard.flags @@ -7,6 +7,11 @@ public void onClickAllAppsButton(android.view.View); } +-keep class com.android.launcher2.CellLayout { + public float getDimmedBitmapAlpha(); + public void setDimmedBitmapAlpha(float); +} + -keep class com.android.launcher2.AllApps3D$Defines { *; } |