Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java103 protected View mNotificationIconArea; field in LegacyNotificationIconAreaControllerImpl
173 mNotificationIconArea = inflateIconArea(layoutInflater); in initializeNotificationAreaViews()
174 mNotificationIcons = mNotificationIconArea.findViewById(R.id.notificationIcons); in initializeNotificationAreaViews()
243 return mNotificationIconArea; in getNotificationInnerAreaView()
257 if (DarkIconDispatcher.isInAreas(tintAreas, mNotificationIconArea)) { in onDarkChanged()
687 if (mNotificationIconArea != null) { in dispatchDemoCommand()
690 mNotificationIconArea.setVisibility(vis); in dispatchDemoCommand()
696 if (mNotificationIconArea != null) { in onDemoModeFinished()
697 mNotificationIconArea.setVisibility(View.VISIBLE); in onDemoModeFinished()