Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java388 TimeBar customTimeBar = findViewById(R.id.exo_progress); in PlayerControlView() local
390 if (customTimeBar != null) { in PlayerControlView()
391 timeBar = customTimeBar; in PlayerControlView()