Merge "Merging some notification dots implementation" into main

This commit is contained in:
Treehugger Robot
2025-02-27 16:08:10 -08:00
committed by Android (Google) Code Review
12 changed files with 97 additions and 145 deletions
@@ -1180,11 +1180,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;
}
/**