Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DIconCache.java834 private ContentValues newContentValues(Bitmap icon, String label, int lowResBackgroundColor) { in newContentValues() argument
841 if (lowResBackgroundColor == Color.TRANSPARENT) { in newContentValues()
854 mLowResCanvas.drawColor(lowResBackgroundColor); in newContentValues()