Searched refs:controllerPlaceholder (Results 1 – 1 of 1) sorted by relevance
484 View controllerPlaceholder = findViewById(R.id.exo_controller_placeholder); in PlayerView() local487 } else if (controllerPlaceholder != null) { in PlayerView()492 controller.setLayoutParams(controllerPlaceholder.getLayoutParams()); in PlayerView()493 ViewGroup parent = ((ViewGroup) controllerPlaceholder.getParent()); in PlayerView()494 int controllerIndex = parent.indexOfChild(controllerPlaceholder); in PlayerView()495 parent.removeView(controllerPlaceholder); in PlayerView()