Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1262 refreshAllIconsForLayout(mStatusIcons); in refreshAllStatusBarIcons()
1263 refreshAllIconsForLayout(mStatusIconsKeyguard); in refreshAllStatusBarIcons()
1264 refreshAllIconsForLayout(mNotificationIcons); in refreshAllStatusBarIcons()
1267 private void refreshAllIconsForLayout(LinearLayout ll) { in refreshAllIconsForLayout() method in PhoneStatusBar