Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java76 final String[] colorValues = new String[colorLen]; in onCreatePreferences() local
79 colorValues[i] = Integer.toHexString(color & 0x00ffffff); in onCreatePreferences()
93 mTextColorPref.setEntryValues(colorValues); in onCreatePreferences()
103 mEdgeColorPref.setEntryValues(colorValues); in onCreatePreferences()
110 mBackgroundColorPref.setEntryValues(colorValues); in onCreatePreferences()
120 mWindowColorPref.setEntryValues(colorValues); in onCreatePreferences()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java217 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in initializeAllPreferences() local
221 mForegroundColor.setValues(colorValues); in initializeAllPreferences()
232 mEdgeColor.setValues(colorValues); in initializeAllPreferences()
235 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences()
237 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length); in initializeAllPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java279 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in initializeAllPreferences() local
283 mForegroundColor.setValues(colorValues); in initializeAllPreferences()
294 mEdgeColor.setValues(colorValues); in initializeAllPreferences()
297 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences()
299 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length); in initializeAllPreferences()