Searched refs:mNotificationIconArea (Results 1 – 1 of 1) sorted by relevance
103 protected View mNotificationIconArea; field in LegacyNotificationIconAreaControllerImpl178 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()