Searched refs:onRemoveIcon (Results 1 – 3 of 3) sorted by relevance
130 protected void onRemoveIcon(int viewIndex) { in onRemoveIcon() method in StatusBarIconController.DarkIconManager132 super.onRemoveIcon(viewIndex); in onRemoveIcon()338 protected void onRemoveIcon(int viewIndex) { in onRemoveIcon() method in StatusBarIconController.IconManager340 mDemoStatusIcons.onRemoveIcon((StatusIconDisplayable) mGroup.getChildAt(viewIndex)); in onRemoveIcon()
291 mIconGroups.forEach(l -> l.onRemoveIcon(viewIndex)); in removeAllIconsForSlot()302 mIconGroups.forEach(l -> l.onRemoveIcon(viewIndex)); in removeIcon()
262 public void onRemoveIcon(StatusIconDisplayable view) { in onRemoveIcon() method in DemoStatusIcons