Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java294 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences() local
296 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length); in initializeAllPreferences()
298 bgColorValues[0] = Color.TRANSPARENT; in initializeAllPreferences()
302 mBackgroundColor.setValues(bgColorValues); in initializeAllPreferences()
310 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()