Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java103 protected View mNotificationIconArea; field in LegacyNotificationIconAreaControllerImpl
178 mNotificationIconArea = inflateIconArea(layoutInflater); in initializeNotificationAreaViews()
179 mNotificationIcons = mNotificationIconArea.findViewById(R.id.notificationIcons); in initializeNotificationAreaViews()
255 return mNotificationIconArea; in getNotificationInnerAreaView()
269 if (DarkIconDispatcher.isInAreas(tintAreas, mNotificationIconArea)) { in onDarkChanged()
678 if (mNotificationIconArea != null) { in dispatchDemoCommand()
681 mNotificationIconArea.setVisibility(vis); in dispatchDemoCommand()
687 if (mNotificationIconArea != null) { in onDemoModeFinished()
688 mNotificationIconArea.setVisibility(View.VISIBLE); in onDemoModeFinished()