Searched refs:notificationIconArea (Results 1 – 2 of 2) sorted by relevance
113 private var notificationIconArea: View? = null183 return notificationIconArea196 if (DarkIconDispatcher.isInAreas(tintAreas, notificationIconArea)) {319 if (notificationIconArea != null) {322 notificationIconArea?.visibility = vis327 if (notificationIconArea != null) {328 notificationIconArea?.visibility = View.VISIBLE340 notificationIconArea = inflateIconArea(layoutInflater)341 notificationIcons = notificationIconArea?.findViewById(R.id.notificationIcons)
407 ViewGroup notificationIconArea = mStatusBar.findViewById(R.id.notification_icon_area); in initNotificationIconArea() local414 notificationIconArea.addView(mNotificationIconAreaInner); in initNotificationIconArea()