Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningBackgroundColorController.java52 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in displayPreference() local
56 final int[] backgroundColorValues = new int[colorValues.length + 1]; in displayPreference()
58 System.arraycopy(colorValues, 0, backgroundColorValues, 1, colorValues.length); in displayPreference()
DCaptioningWindowColorController.java52 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in displayPreference() local
56 final int[] backgroundColorValues = new int[colorValues.length + 1]; in displayPreference()
58 System.arraycopy(colorValues, 0, backgroundColorValues, 1, colorValues.length); in displayPreference()
DCaptioningEdgeColorController.java49 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in displayPreference() local
53 preference.setValues(colorValues); in displayPreference()
DCaptioningForegroundColorController.java51 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in displayPreference() local
55 preference.setValues(colorValues); in displayPreference()
/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()