Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java44 protected View mNotificationIconArea; field in NotificationIconAreaController
71 mNotificationIconArea = inflateIconArea(layoutInflater); in initializeNotificationAreaViews()
72 mNotificationIcons = (NotificationIconContainer) mNotificationIconArea.findViewById( in initializeNotificationAreaViews()
112 return mNotificationIconArea; in getNotificationInnerAreaView()
128 if (mNotificationIconArea != null) { in onDarkChanged()
129 if (DarkIconDispatcher.isInArea(tintArea, mNotificationIconArea)) { in onDarkChanged()