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