Searched refs:colorValues (Results 1 – 2 of 2) sorted by relevance
75 final String[] colorValues = new String[colorLen]; in onCreatePreferences() local78 colorValues[i] = Integer.toHexString(color & 0x00ffffff); in onCreatePreferences()92 mTextColorPref.setEntryValues(colorValues); in onCreatePreferences()102 mEdgeColorPref.setEntryValues(colorValues); in onCreatePreferences()109 mBackgroundColorPref.setEntryValues(colorValues); in onCreatePreferences()119 mWindowColorPref.setEntryValues(colorValues); in onCreatePreferences()
276 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in initializeAllPreferences() local280 mForegroundColor.setValues(colorValues); in initializeAllPreferences()291 mEdgeColor.setValues(colorValues); in initializeAllPreferences()294 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences()296 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length); in initializeAllPreferences()