Searched refs:onRemoveIcon (Results 1 – 3 of 3) sorted by relevance
140 protected void onRemoveIcon(int viewIndex) { in onRemoveIcon() method in StatusBarIconController.DarkIconManager142 super.onRemoveIcon(viewIndex); in onRemoveIcon()348 protected void onRemoveIcon(int viewIndex) { in onRemoveIcon() method in StatusBarIconController.IconManager350 mDemoStatusIcons.onRemoveIcon((StatusIconDisplayable) mGroup.getChildAt(viewIndex)); in onRemoveIcon()
305 mIconGroups.forEach(l -> l.onRemoveIcon(viewIndex)); in removeAllIconsForSlot()316 mIconGroups.forEach(l -> l.onRemoveIcon(viewIndex)); in removeIcon()
262 public void onRemoveIcon(StatusIconDisplayable view) { in onRemoveIcon() method in DemoStatusIcons