Searched refs:mCenteredIconArea (Results 1 – 2 of 2) sorted by relevance
65 private View mCenteredIconArea; field in CollapsedStatusBarFragment157 mCenteredIconArea = notificationIconAreaController.getCenteredNotificationAreaView(); in initNotificationIconArea()158 if (mCenteredIconArea.getParent() != null) { in initNotificationIconArea()159 ((ViewGroup) mCenteredIconArea.getParent()) in initNotificationIconArea()160 .removeView(mCenteredIconArea); in initNotificationIconArea()162 statusBarCenteredIconArea.addView(mCenteredIconArea); in initNotificationIconArea()280 animateHide(mCenteredIconArea, animate); in hideNotificationIconArea()285 animateShow(mCenteredIconArea, animate); in showNotificationIconArea()
68 protected View mCenteredIconArea; field in NotificationIconAreaController120 mCenteredIconArea = layoutInflater.inflate(R.layout.center_icon_area, null); in initializeNotificationAreaViews()121 mCenteredIcon = mCenteredIconArea.findViewById(R.id.centeredIcon); in initializeNotificationAreaViews()193 return mCenteredIconArea; in getCenteredNotificationAreaView()218 if (mCenteredIconArea != null) { in onDarkChanged()219 if (DarkIconDispatcher.isInArea(tintArea, mCenteredIconArea)) { in onDarkChanged()