Searched defs:mIconController (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java291 StatusBarIconController mIconController; field in class:PhoneStatusBar
789 mIconController = new StatusBarIconController(
1150 mIconController.addSystemIcon(slot, index, viewIndex, icon);
1155 mIconController.updateSystemIcon(slot, index, viewIndex, old, icon);
1159 mIconController.removeSystemIcon(slot, index, viewIndex);
1463 mIconController.updateNotificationIcons(mNotificationData);
1829 mIconController.hideSystemIconArea(animate);
1831 mIconController.showSystemIconArea(animate);
1837 mIconController.setClockVisibility(visible);
1861 mIconController
[all...]

Completed in 32 milliseconds