Merge "Stop animating highlighted page border in spring-loaded mode." into ub-launcher3-calgary

This commit is contained in:
Tony Wickham
2016-04-07 01:24:14 +00:00
committed by Android (Google) Code Review
+2 -1
View File
@@ -113,7 +113,8 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
private float mBackgroundAlpha;
private static final int BACKGROUND_ACTIVATE_DURATION = 120;
private static final int BACKGROUND_ACTIVATE_DURATION =
FeatureFlags.LAUNCHER3_LEGACY_WORKSPACE_DND ? 120 : 0;
private final TransitionDrawable mBackground;
// These values allow a fixed measurement to be set on the CellLayout.