Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java280 private static int[] COLOR_BUTTON_IDS = { field in ThemeComponentOption.ColorOption
360 for (int i = 0; i < COLOR_BUTTON_IDS.length; i++) { in bindPreview()
361 CompoundButton button = container.findViewById(COLOR_BUTTON_IDS[i]); in bindPreview()