Searched refs:mShelfIcons (Results 1 – 2 of 2) sorted by relevance
74 private NotificationIconContainer mShelfIcons; field in NotificationShelf115 mShelfIcons = findViewById(R.id.content); in onFinishInflate()116 mShelfIcons.setClipChildren(false); in onFinishInflate()117 mShelfIcons.setClipToPadding(false); in onFinishInflate()122 mShelfIcons.setIsStaticLayout(false); in onFinishInflate()161 mShelfIcons.setPadding(padding, 0, padding, 0); in initDimens()181 return mShelfIcons; in getContentView()185 return mShelfIcons; in getShelfIcons()245 mShelfIcons.resetViewStates(); in updateAppearance()384 mShelfIcons.setSpeedBumpIndex(mAmbientState.getSpeedBumpIndex()); in updateAppearance()[all …]
69 private NotificationIconContainer mShelfIcons; field in NotificationIconAreaController164 mShelfIcons = shelf.getShelfIcons(); in setupShelf()175 for (int i = 0; i < mShelfIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()176 View child = mShelfIcons.getChildAt(i); in onDensityOrFontScaleChanged()317 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons()