Merge "Fixing issue where side pages in all apps were showing. (Bug 6393199)" into jb-dev

This commit is contained in:
Winson Chung
2012-04-26 13:29:03 -07:00
committed by Android (Google) Code Review
@@ -1421,7 +1421,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
float alpha;
if (!LauncherApplication.isScreenLarge() || scrollProgress < 0) {
if (scrollProgress < 0) {
alpha = scrollProgress < 0 ? mAlphaInterpolator.getInterpolation(
1 - Math.abs(scrollProgress)) : 1.0f;
} else {