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.java67 protected View mNotificationIconArea; field in NotificationIconAreaController
136 mNotificationIconArea = inflateIconArea(layoutInflater); in initializeNotificationAreaViews()
137 mNotificationIcons = mNotificationIconArea.findViewById(R.id.notificationIcons); in initializeNotificationAreaViews()
207 return mNotificationIconArea; in getNotificationInnerAreaView()
231 if (mNotificationIconArea != null) { in onDarkChanged()
232 if (DarkIconDispatcher.isInArea(tintArea, mNotificationIconArea)) { in onDarkChanged()