Searched refs:timeBarPlaceholder (Results 1 – 1 of 1) sorted by relevance
389 View timeBarPlaceholder = findViewById(R.id.exo_progress_placeholder); in PlayerControlView() local392 } 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()