Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java100 private View mCenteredIconArea; field in CollapsedStatusBarFragment
255 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java87 protected View mCenteredIconArea; field in NotificationIconAreaController
162 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()