Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningBackgroundColorController.java56 final int[] backgroundColorValues = new int[colorValues.length + 1]; in displayPreference() local
58 System.arraycopy(colorValues, 0, backgroundColorValues, 1, colorValues.length); in displayPreference()
60 backgroundColorValues[0] = Color.TRANSPARENT; in displayPreference()
63 preference.setValues(backgroundColorValues); in displayPreference()
DCaptioningWindowColorController.java56 final int[] backgroundColorValues = new int[colorValues.length + 1]; in displayPreference() local
58 System.arraycopy(colorValues, 0, backgroundColorValues, 1, colorValues.length); in displayPreference()
60 backgroundColorValues[0] = Color.TRANSPARENT; in displayPreference()
63 preference.setValues(backgroundColorValues); in displayPreference()