Searched refs:mShelfIcons (Results 1 – 2 of 2) sorted by relevance
54 private NotificationIconContainer mShelfIcons; field in NotificationShelf84 mShelfIcons = findViewById(R.id.content); in onFinishInflate()85 mShelfIcons.setClipChildren(false); in onFinishInflate()86 mShelfIcons.setClipToPadding(false); in onFinishInflate()91 mShelfIcons.setShowAllIcons(false); in onFinishInflate()92 mViewInvertHelper = new ViewInvertHelper(mShelfIcons, in onFinishInflate()116 mShelfIcons.setPadding(padding, 0, padding, 0); in initDimens()132 mShelfIcons.setDark(dark, fade, delay); in setDark()138 return mShelfIcons; in getContentView()142 return mShelfIcons; in getShelfIcons()[all …]
44 private NotificationIconContainer mShelfIcons; field in NotificationIconAreaController76 mShelfIcons = shelf.getShelfIcons(); in setupShelf()87 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()88 View child = mShelfIcons.getChildAt(i); in onDensityOrFontScaleChanged()155 updateIconsForLayout(notificationData, entry -> entry.expandedIcon, mShelfIcons, in updateNotificationIcons()