Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt113 private var notificationIconArea: View? = null
183 return notificationIconArea
196 if (DarkIconDispatcher.isInAreas(tintAreas, notificationIconArea)) {
319 if (notificationIconArea != null) {
322 notificationIconArea?.visibility = vis
327 if (notificationIconArea != null) {
328 notificationIconArea?.visibility = View.VISIBLE
340 notificationIconArea = inflateIconArea(layoutInflater)
341 notificationIcons = notificationIconArea?.findViewById(R.id.notificationIcons)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java407 ViewGroup notificationIconArea = mStatusBar.findViewById(R.id.notification_icon_area); in initNotificationIconArea() local
414 notificationIconArea.addView(mNotificationIconAreaInner); in initNotificationIconArea()