Searched refs:mNotificationIconArea (Results 1 – 1 of 1) sorted by relevance
67 protected View mNotificationIconArea; field in NotificationIconAreaController136 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()