Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java339 int controllerLayoutId = R.layout.exo_player_control_view; in PlayerControlView() local
357 controllerLayoutId = in PlayerControlView()
358 a.getResourceId(R.styleable.PlayerControlView_controller_layout_id, controllerLayoutId); in PlayerControlView()
385 LayoutInflater.from(context).inflate(controllerLayoutId, /* root= */ this); in PlayerControlView()