Merge "Stop animating highlighted page border in spring-loaded mode." into ub-launcher3-calgary
am: 5b9a6e3
* commit '5b9a6e3f399e645bfcd7e5a1cd74753309fad1c8':
Stop animating highlighted page border in spring-loaded mode.
Change-Id: I4a390976250ad198db1fccf4bd68802e84701a11
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user