Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java419 private final List<Drawable> mAppIcons; field in ThemeComponentOption.ShapeOption
433 mAppIcons = appIcons; in ShapeOption()
490 for (int i = 0; i < mShapeIconIds.length && i < mAppIcons.size(); i++) { in bindPreview()
492 iconView.setBackground(mAppIcons.get(i)); in bindPreview()
499 for (Drawable appIcon : mAppIcons) { in buildStep()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java330 private List<Drawable> mAppIcons = new ArrayList<>(); field in ThemeBundle.Builder
349 for (Drawable icon : mAppIcons) { in createPreviewInfo()
449 mAppIcons.add(appIcon); in addShapePreviewIcon()