Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java363 int shutterColor = 0; in PlayerView() local
380 shutterColor = a.getColor(R.styleable.PlayerView_shutter_background_color, shutterColor); in PlayerView()
418 shutterView.setBackgroundColor(shutterColor); in PlayerView()