Home
last modified time | relevance | path

Searched refs:mShapeIconIds (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemePreviewPage.java101 private final int[] mShapeIconIds; field in ThemePreviewPage.ThemeCoverPage
128 mShapeIconIds = shapeIconIds; in ThemeCoverPage()
184 ImageView iconView = card.findViewById(mShapeIconIds[i]); in bindBody()
DThemeFragment.java383 private int[] mShapeIconIds = { field in ThemeFragment.ThemePreviewAdapter
406 mColorButtonIds, mColorTileIds, mColorTileIconIds, mShapeIconIds, in ThemePreviewAdapter()
495 for (int i = 0; i < mShapeIconIds.length in ThemePreviewAdapter()
497 ImageView iconView = card.findViewById(mShapeIconIds[i]); in ThemePreviewAdapter()
DCustomThemeNameFragment.java72 private int[] mShapeIconIds = { field in CustomThemeNameFragment
139 mColorButtonIds, mColorTileIds, mColorTileIconIds, mShapeIconIds, in bindCover()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java423 private int[] mShapeIconIds = { field in ThemeComponentOption.ShapeOption
490 for (int i = 0; i < mShapeIconIds.length && i < mAppIcons.size(); i++) { in bindPreview()
491 ImageView iconView = cardBody.findViewById(mShapeIconIds[i]); in bindPreview()