Searched refs:colorValues (Results 1 – 3 of 3) sorted by relevance
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()
229 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in initializeAllPreferences() local233 mForegroundColor.setValues(colorValues); in initializeAllPreferences()244 mEdgeColor.setValues(colorValues); in initializeAllPreferences()247 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences()249 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length); in initializeAllPreferences()
279 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in initializeAllPreferences() local283 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()