Searched refs:bgColorValues (Results 1 – 1 of 1) sorted by relevance
246 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences() local248 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length); in initializeAllPreferences()250 bgColorValues[0] = Color.TRANSPARENT; in initializeAllPreferences()254 mBackgroundColor.setValues(bgColorValues); in initializeAllPreferences()262 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()