Searched refs:newContentValues (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java390 return newContentValues(entry.icon, entry.title.toString(), mActivityBgColor);
637 newContentValues(entry.icon, entry.title.toString(), mPackageBgColor);
677 ContentValues values = newContentValues(
834 private ContentValues newContentValues(Bitmap icon, String label, int lowResBackgroundColor) { method in class:IconCache

Completed in 38 milliseconds