Searched refs:preloadColors (Results 1 – 1 of 1) sorted by relevance
128 int[] preloadColors, in PreloadIconDrawable() argument141 mSystemAccentColor = preloadColors[PRELOAD_ACCENT_COLOR_INDEX]; in PreloadIconDrawable()142 mSystemBackgroundColor = preloadColors[PRELOAD_BACKGROUND_COLOR_INDEX]; in PreloadIconDrawable()331 int[] preloadColors = new int[2]; in getPreloadColors() local333 preloadColors[PRELOAD_ACCENT_COLOR_INDEX] = Themes.getColorAccent(dayNightThemeContext); in getPreloadColors()334 preloadColors[PRELOAD_BACKGROUND_COLOR_INDEX] = Themes.getColorBackgroundFloating( in getPreloadColors()337 return preloadColors; in getPreloadColors()373 int[] preloadColors, in PreloadIconConstantState() argument378 mPreloadColors = preloadColors; in PreloadIconConstantState()