Searched refs:mAlbumArtIndex (Results 1 – 1 of 1) sorted by relevance
497 private int mAlbumArtIndex; field in AlbumBrowserActivity.AlbumListAdapter556 mAlbumArtIndex = cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM_ART); in getColumnIndices()612 String art = cursor.getString(mAlbumArtIndex); in bindView()