Home
last modified time | relevance | path

Searched refs:mCenteredIconArea (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java65 private View mCenteredIconArea; field in CollapsedStatusBarFragment
157 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()
DNotificationIconAreaController.java68 protected View mCenteredIconArea; field in NotificationIconAreaController
120 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()