Searched refs:mCenteredIconArea (Results 1 – 2 of 2) sorted by relevance
64 private View mCenteredIconArea; field in CollapsedStatusBarFragment156 mCenteredIconArea = notificationIconAreaController.getCenteredNotificationAreaView(); in initNotificationIconArea()157 if (mCenteredIconArea.getParent() != null) { in initNotificationIconArea()158 ((ViewGroup) mCenteredIconArea.getParent()) in initNotificationIconArea()159 .removeView(mCenteredIconArea); in initNotificationIconArea()161 statusBarCenteredIconArea.addView(mCenteredIconArea); in initNotificationIconArea()278 animateHide(mCenteredIconArea, animate); in hideNotificationIconArea()283 animateShow(mCenteredIconArea, animate); in showNotificationIconArea()
61 protected View mCenteredIconArea; field in NotificationIconAreaController105 mCenteredIconArea = layoutInflater.inflate(R.layout.center_icon_area, null); in initializeNotificationAreaViews()106 mCenteredIcon = mCenteredIconArea.findViewById(R.id.centeredIcon); in initializeNotificationAreaViews()154 return mCenteredIconArea; in getCenteredNotificationAreaView()179 if (mCenteredIconArea != null) { in onDarkChanged()180 if (DarkIconDispatcher.isInArea(tintArea, mCenteredIconArea)) { in onDarkChanged()