Merging some notification dots implementation
Bug: 393703968 Flag: EXEMPT refactor Test: Presubmit Change-Id: Ie02311afba85f06fbafd265a5015cd23bd356a36
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user