Animate icon dimming in taskbar when force showing in immersive mode.

Test: manual
Bug: 203748818
Change-Id: Iab3c65db502e7dbde3141429e9ae70eec1fabde1
This commit is contained in:
Pat Manning
2021-12-01 14:51:51 +00:00
parent 2718fd6767
commit 900ef936ad
8 changed files with 219 additions and 10 deletions

View File

@@ -197,7 +197,7 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
/**
* Returns whether the user can manually stash the taskbar based on the current device state.
*/
private boolean supportsManualStashing() {
protected boolean supportsManualStashing() {
return supportsVisualStashing()
&& (!Utilities.IS_RUNNING_IN_TEST_HARNESS || supportsStashingForTests());
}