Home | History | Annotate | Download | only in launcher3

Lines Matching refs:newContentValues

390         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) {