Searched refs:bgColorValues (Results 1 – 2 of 2) sorted by relevance
247 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences() local249 System.arraycopy(colorValues, 0, bgColorValues, 1, colorValues.length); in initializeAllPreferences()251 bgColorValues[0] = Color.TRANSPARENT; in initializeAllPreferences()255 mBackgroundColor.setValues(bgColorValues); in initializeAllPreferences()263 mWindowColor.setValues(bgColorValues); in initializeAllPreferences()
297 final int[] bgColorValues = new int[colorValues.length + 1]; in initializeAllPreferences() local299 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()