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.java64 private View mCenteredIconArea; field in CollapsedStatusBarFragment
156 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()
DNotificationIconAreaController.java61 protected View mCenteredIconArea; field in NotificationIconAreaController
105 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()