Support zero-state suggestions in Taskbar All Apps.

Test: manual
Bug: 216683257
Flag: ENABLE_ALL_APPS_SEARCH_IN_TASKBAR
Change-Id: I016d4e4e6a096ca4f5bd65fcda1bf24a444459f4
This commit is contained in:
Brian Isganitis
2023-05-22 22:12:15 +00:00
parent 7a69792b26
commit d478b1464e
7 changed files with 63 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ public class TaskbarModelCallbacks implements
private final TaskbarView mContainer;
// Initialized in init.
private TaskbarControllers mControllers;
protected TaskbarControllers mControllers;
// Used to defer any UI updates during the SUW unstash animation.
private boolean mDeferUpdatesForSUW;