Merging some notification dots implementation

Bug: 393703968
Flag: EXEMPT refactor
Test: Presubmit
Change-Id: Ie02311afba85f06fbafd265a5015cd23bd356a36
This commit is contained in:
Sunny Goyal
2025-02-26 12:59:51 -08:00
parent aee4b11336
commit 39063bf167
12 changed files with 97 additions and 145 deletions
@@ -1167,11 +1167,8 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
mTaskbarNavButtonTranslationY.updateValue(-deviceProfile.getTaskbarOffsetY());
}
/**
* Maps the given operator to all the top-level children of TaskbarView.
*/
public void mapOverItems(LauncherBindableItemsContainer.ItemOperator op) {
mTaskbarView.mapOverItems(op);
public LauncherBindableItemsContainer getContent() {
return mModelCallbacks;
}
/**