Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DPreloadIconDrawable.java128 int[] preloadColors, in PreloadIconDrawable() argument
141 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() local
333 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() argument
378 mPreloadColors = preloadColors; in PreloadIconConstantState()