Home
last modified time | relevance | path

Searched refs:mIconController (Results 1 – 1 of 1) sorted by relevance

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