summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-03-05 13:08:31 -0800
committerMindy Pereira <mindyp@google.com>2012-03-05 13:10:03 -0800
commite144d1d90b1fbefdedc1d95b6ff33a45fad252ce (patch)
tree5456ec8e502c0f2eef895a2a8ec15620d0b90309 /proguard.flags
parent62c5af833b7e3dc8fe6a81bfff7805af1fb5555b (diff)
downloadandroid_packages_apps_UnifiedEmail-e144d1d90b1fbefdedc1d95b6ff33a45fad252ce.tar.gz
android_packages_apps_UnifiedEmail-e144d1d90b1fbefdedc1d95b6ff33a45fad252ce.tar.bz2
android_packages_apps_UnifiedEmail-e144d1d90b1fbefdedc1d95b6ff33a45fad252ce.zip
Include these property setters.
They are used by animators to adjust list properties during the animation. The "set" in front is a system convention for looking up property setters in a class. Change-Id: Ic09529e5964d2653a1b25d4b66a053bf7efa4930
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags9
1 files changed, 9 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 6996693f4..c3f793071 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -35,3 +35,12 @@
-keepclasseswithmembers class com.android.mail.ui.ConversationViewFragment$MailJsBridge {
public <methods>;
}
+
+-keepclasseswithmembers class com.android.mail.ui.TwoPaneLayout {
+ *** setFoldersLeft(...);
+ *** setListBitmapLeft(...);
+ *** setListBitmapAlpha(...);
+ *** setListLeft(...);
+ *** setListAlpha(...);
+ *** setConversationLeft(...);
+} \ No newline at end of file