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.java58 protected View mNotificationIconArea; field in NotificationIconAreaController
100 mNotificationIconArea = inflateIconArea(layoutInflater); in initializeNotificationAreaViews()
101 mNotificationIcons = mNotificationIconArea.findViewById(R.id.notificationIcons); in initializeNotificationAreaViews()
147 return mNotificationIconArea; in getNotificationInnerAreaView()
171 if (mNotificationIconArea != null) { in onDarkChanged()
172 if (DarkIconDispatcher.isInArea(tintArea, mNotificationIconArea)) { in onDarkChanged()