From bd00fff8dd8225df7d9879d94b5b184cf6e7accc Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Wed, 19 Jan 2011 00:40:23 -0800 Subject: updating proguard flags for parallax changes --- proguard.flags | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/proguard.flags b/proguard.flags index 1af3702d6..699f23ef5 100644 --- a/proguard.flags +++ b/proguard.flags @@ -20,21 +20,15 @@ public void setHoverAlpha(float); } --keep class com.android.launcher2.DimmableBubbleTextView { - public float getDimmableProgress(); - public void setDimmableProgress(float); -} - --keep class com.android.launcher2.DimmableAppWidgetHostView { - public float getDimmableProgress(); - public void setDimmableProgress(float); -} - -keep class com.android.launcher2.Workspace { public float getBackgroundAlpha(); public void setBackgroundAlpha(float); public float getChildrenOutlineAlpha(); public void setChildrenOutlineAlpha(float); + public void setVerticalWallpaperOffset(float); + public float getVerticalWallpaperOffset(); + public void setHorizontalWallpaperOffset(float); + public float getHorizontalWallpaperOffset(); } -keep class com.android.launcher2.AllApps3D$Defines { -- cgit v1.2.3