Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java269 private static int[] COLOR_TILE_IDS = { field in ThemeComponentOption.ColorOption
385 for (int i = 0; i < COLOR_TILE_IDS.length; i++) { in bindPreview()
393 ImageView bg = container.findViewById(COLOR_TILE_IDS[i]); in bindPreview()