Searched refs:mShelfIcons (Results 1 – 2 of 2) sorted by relevance
73 private NotificationIconContainer mShelfIcons; field in NotificationShelf114 mShelfIcons = findViewById(R.id.content); in onFinishInflate()115 mShelfIcons.setClipChildren(false); in onFinishInflate()116 mShelfIcons.setClipToPadding(false); in onFinishInflate()121 mShelfIcons.setIsStaticLayout(false); in onFinishInflate()156 mShelfIcons.setPadding(padding, 0, padding, 0); in initDimens()176 return mShelfIcons; in getContentView()180 return mShelfIcons; in getShelfIcons()240 mShelfIcons.resetViewStates(); in updateAppearance()383 mShelfIcons.setSpeedBumpIndex(mAmbientState.getSpeedBumpIndex()); in updateAppearance()[all …]
67 private NotificationIconContainer mShelfIcons; field in NotificationIconAreaController143 mShelfIcons = shelf.getShelfIcons(); in setupShelf()154 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()155 View child = mShelfIcons.getChildAt(i); in onDensityOrFontScaleChanged()290 updateIconsForLayout(entry -> entry.expandedIcon, mShelfIcons, in updateShelfIcons()