Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java284 private final Drawable repeatOneButtonDrawable; field in PlayerControlView
455 repeatOneButtonDrawable = resources.getDrawable(R.drawable.exo_controls_repeat_one); in PlayerControlView()
869 repeatToggleButton.setImageDrawable(repeatOneButtonDrawable); in updateRepeatModeButton()