From 5f1c509d5ad1954a7e38e77db4d5f27c7345fd39 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Fri, 3 Sep 2010 14:15:02 -0700 Subject: supporting swipable home screens on xlarge devices - icons and widgets on home screens can be "dimmed" - celllayout no longer renders a dimmed version of itself, but instead its children make dimmed versions of themselves - celllayout no longer always takes up full size of workspace, in landscape mode neighboring screens (celllayouts) are visible - on xlarge devices, in landscape mode side screens are "dimmed" - moved holographic outline helper to its own file - fixed bug where mini-screens were still able to scroll left/right Change-Id: I9e85ab4147edfae1e7525c3d11d42be3fabf4f6d --- proguard.flags | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index aa75f4a86..82411eb85 100644 --- a/proguard.flags +++ b/proguard.flags @@ -9,8 +9,8 @@ } -keep class com.android.launcher2.CellLayout { - public float getDimmedBitmapAlpha(); - public void setDimmedBitmapAlpha(float); + public float getBackgroundAlpha(); + public void setBackgroundAlpha(float); } -keep class com.android.launcher2.AllApps3D$Defines { -- cgit v1.2.3