Searched refs:colorValues (Results 1 – 5 of 5) sorted by relevance
52 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in displayPreference() local56 final int[] backgroundColorValues = new int[colorValues.length + 1]; in displayPreference()58 System.arraycopy(colorValues, 0, backgroundColorValues, 1, colorValues.length); in displayPreference()
49 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in displayPreference() local53 preference.setValues(colorValues); in displayPreference()
51 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in displayPreference() local55 preference.setValues(colorValues); in displayPreference()
76 final String[] colorValues = new String[colorLen]; in onCreatePreferences() local79 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()