mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Allow Workspace Scrim to be colored per state
Make it possible to set the color of workspace scrim to a different color per state. Motivated by making Overview Scrim and All Apps scrims different colors. Bug: 186253733 Test: Local build and flash Change-Id: Id7c38ce3c9173308eedfcb7592ececa7bd6bf220
This commit is contained in:
@@ -166,8 +166,9 @@ public class WorkspaceStateTransitionAnimation {
|
||||
propertySetter.setFloat(sysUiScrim, SYSUI_PROGRESS,
|
||||
state.hasFlag(FLAG_HAS_SYS_UI_SCRIM) ? 1 : 0, LINEAR);
|
||||
|
||||
propertySetter.setViewAlpha(mLauncher.getScrimView(),
|
||||
state.getWorkspaceScrimAlpha(mLauncher),
|
||||
|
||||
propertySetter.setViewBackgroundColor(mLauncher.getScrimView(),
|
||||
state.getWorkspaceScrimColor(mLauncher),
|
||||
config.getInterpolator(ANIM_WORKSPACE_SCRIM_FADE, LINEAR));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user