Home
last modified time | relevance | path

Searched refs:artworkView (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java300 @Nullable private final ImageView artworkView; field in PlayerView
345 artworkView = null; in PlayerView()
456 artworkView = findViewById(R.id.exo_artwork); in PlayerView()
457 this.useArtwork = useArtwork && artworkView != null; in PlayerView()
655 Assertions.checkState(!useArtwork || artworkView != null); in setUseArtwork()
1241 Assertions.checkStateNotNull(artworkView); in useArtwork()
1381 onContentAspectRatioChanged(artworkAspectRatio, contentFrame, artworkView); in setDrawableArtwork()
1382 artworkView.setImageDrawable(drawable); in setDrawableArtwork()
1383 artworkView.setVisibility(VISIBLE); in setDrawableArtwork()
1391 if (artworkView != null) { in hideArtwork()
[all …]