Searched refs:mCenteredIconArea (Results 1 – 2 of 2) sorted by relevance
100 private View mCenteredIconArea; field in CollapsedStatusBarFragment255 mCenteredIconArea = mNotificationIconAreaController.getCenteredNotificationAreaView(); in initNotificationIconArea()256 if (mCenteredIconArea.getParent() != null) { in initNotificationIconArea()257 ((ViewGroup) mCenteredIconArea.getParent()) in initNotificationIconArea()258 .removeView(mCenteredIconArea); in initNotificationIconArea()260 statusBarCenteredIconArea.addView(mCenteredIconArea); in initNotificationIconArea()446 animateHide(mCenteredIconArea, animate); in hideNotificationIconArea()451 animateShow(mCenteredIconArea, animate); in showNotificationIconArea()
87 protected View mCenteredIconArea; field in NotificationIconAreaController162 mCenteredIconArea = layoutInflater.inflate(R.layout.center_icon_area, null); in initializeNotificationAreaViews()163 mCenteredIcon = mCenteredIconArea.findViewById(R.id.centeredIcon); in initializeNotificationAreaViews()254 return mCenteredIconArea; in getCenteredNotificationAreaView()275 if (DarkIconDispatcher.isInArea(tintArea, mCenteredIconArea)) { in onDarkChanged()