Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9662eb8d authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Not controlling actions visibility during alpha" into ub-launcher3-master

parents 3d87a339 bebae01a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */
package com.android.launcher3.uioverrides;

import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
import static com.android.launcher3.LauncherState.OVERVIEW_BUTTONS;
import static com.android.launcher3.anim.Interpolators.AGGRESSIVE_EASE_IN_OUT;
import static com.android.launcher3.anim.Interpolators.LINEAR;
@@ -91,7 +92,7 @@ public final class RecentsViewStateController extends

        View actionsView = mLauncher.getActionsView();
        if (actionsView != null) {
            propertySetter.setViewAlpha(actionsView, buttonAlpha, actionInterpolator);
            propertySetter.setFloat(actionsView, VIEW_ALPHA, buttonAlpha, actionInterpolator);
        }
    }