Searched refs:bgColorValues (Results 1 – 1 of 1) sorted by relevance
294 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences() local296 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()