Searched refs:art (Results 1 – 3 of 3) sorted by relevance
612 String art = cursor.getString(mAlbumArtIndex); in bindView() local614 if (unknown || art == null || art.length() == 0) { in bindView()
738 String art = cursor.getString(cursor.getColumnIndexOrThrow( in bindChildView() local740 if (unknown || art == null || art.length() == 0) { in bindChildView()
1050 byte [] art = null; in getArtworkFromFile()