Searched refs:mShelfIcons (Results 1 – 2 of 2) sorted by relevance
64 private NotificationIconContainer mShelfIcons; field in NotificationShelf93 mShelfIcons = findViewById(R.id.content); in onFinishInflate()94 mShelfIcons.setClipChildren(false); in onFinishInflate()95 mShelfIcons.setClipToPadding(false); in onFinishInflate()100 mShelfIcons.setIsStaticLayout(false); in onFinishInflate()146 return mShelfIcons; in getContentView()150 return mShelfIcons; in getShelfIcons()222 mShelfIcons.resetViewStates(); in updateAppearance()338 mShelfIcons.applyIconStates(); in updateAppearance()673 && mShelfIcons.hasMaxNumDot())[all …]
86 private NotificationIconContainer mShelfIcons; field in NotificationIconAreaController196 mShelfIcons = notificationShelfController.getShelfIcons(); in setupShelf()215 if (mShelfIcons != null) { in updateIconLayoutParams()216 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in updateIconLayoutParams()217 View child = mShelfIcons.getChildAt(i); in updateIconLayoutParams()352 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons()