Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DIconCache.java112 private final int mActivityBgColor; field in IconCache
135 mActivityBgColor = Themes.getColorPrimary(context, R.style.LauncherTheme); in IconCache()
390 Bitmap lowResIcon = generateLowResIcon(entry.icon, mActivityBgColor); in addIconToDBAndMemCache()