Revert "Switch ScrimView to use view alpha"

This reverts commit 99c4becf24.

Reason for revert: b/287488354

Change-Id: Ic4db08ca771f1d744ba2c19eb55b9f2d277ad529
This commit is contained in:
Andy Wickham
2023-06-15 22:27:28 +00:00
committed by Android (Google) Code Review
parent 99c4becf24
commit 88dd86bda9
7 changed files with 29 additions and 27 deletions

View File

@@ -199,7 +199,7 @@ public class WorkspaceStateTransitionAnimation {
propertySetter.setFloat(sysUiScrim, SYSUI_PROGRESS,
state.hasFlag(FLAG_HAS_SYS_UI_SCRIM) ? 1 : 0, LINEAR);
propertySetter.setScrimViewBackgroundColor(mLauncher.getScrimView(),
propertySetter.setViewBackgroundColor(mLauncher.getScrimView(),
state.getWorkspaceScrimColor(mLauncher),
config.getInterpolator(ANIM_SCRIM_FADE, ACCELERATE_2));
}