Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java235 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences() local
237 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length); in initializeAllPreferences()
239 bgColorValues[0] = Color.TRANSPARENT; in initializeAllPreferences()
243 mBackgroundColor.setValues(bgColorValues); in initializeAllPreferences()
251 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java297 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences() local
299 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length); in initializeAllPreferences()
301 bgColorValues[0] = Color.TRANSPARENT; in initializeAllPreferences()
305 mBackgroundColor.setValues(bgColorValues); in initializeAllPreferences()
313 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()