Locking pressed state for AllApps icons.

- Setting workaround for transition state bug until b/5897600 is fixed.

Change-Id: Icb29a4cd7bfaf527a9db5b853e7fb24c63b58b30
This commit is contained in:
Winson Chung
2012-01-23 14:45:13 -08:00
parent 28c1854896
commit e4e506660b
4 changed files with 66 additions and 5 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ public class Workspace extends SmoothPagedView
private float[] mNewBackgroundAlphaMultipliers;
private float[] mNewAlphas;
private float[] mNewRotationYs;
private float mTransitionProgress;
private float mTransitionProgress = 1f;
/**
* Used to inflate the Workspace from XML.