Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java389 View timeBarPlaceholder = findViewById(R.id.exo_progress_placeholder); in PlayerControlView() local
392 } else if (timeBarPlaceholder != null) { in PlayerControlView()
397 defaultTimeBar.setLayoutParams(timeBarPlaceholder.getLayoutParams()); in PlayerControlView()
398 ViewGroup parent = ((ViewGroup) timeBarPlaceholder.getParent()); in PlayerControlView()
399 int timeBarIndex = parent.indexOfChild(timeBarPlaceholder); in PlayerControlView()
400 parent.removeView(timeBarPlaceholder); in PlayerControlView()