Searched refs:artistView (Results 1 – 6 of 6) sorted by relevance
146 TextView artistView = itemView.findViewById(R.id.audio_artist); in bind() local152 artistView.setText(artist == null ? null : artist.getName()); in bind()
154 TextView artistView = itemView.findViewById(R.id.album_artist); in bind() local159 artistView.setText(artist == null ? null : artist.getName()); in bind()
207 TextView artistView = itemView.findViewById(R.id.audio_artist); in bind() local213 artistView.setText(artist == null ? null : artist.getName()); in bind()
206 TextView artistView = itemView.findViewById(R.id.audio_artist); in bind() local211 artistView.setText(artist == null ? null : artist.getName()); in bind()
218 TextView artistView = itemView.findViewById(R.id.audio_artist); in bind() local223 artistView.setText(artist.getName()); in bind()
256 TextView artistView = itemView.findViewById(R.id.audio_artist); in bind() local262 artistView.setText(artist == null ? null : artist.getName()); in bind()