Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java84 protected View mNotificationIconArea; field in NotificationIconAreaController
159 mNotificationIconArea = inflateIconArea(layoutInflater); in initializeNotificationAreaViews()
160 mNotificationIcons = mNotificationIconArea.findViewById(R.id.notificationIcons); in initializeNotificationAreaViews()
247 return mNotificationIconArea; in getNotificationInnerAreaView()
271 if (DarkIconDispatcher.isInArea(tintArea, mNotificationIconArea)) { in onDarkChanged()
738 if (mNotificationIconArea != null) { in dispatchDemoCommand()
741 mNotificationIconArea.setVisibility(vis); in dispatchDemoCommand()
747 if (mNotificationIconArea != null) { in onDemoModeFinished()
748 mNotificationIconArea.setVisibility(View.VISIBLE); in onDemoModeFinished()