Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java319 private boolean controllerAutoShow; field in PlayerView
372 boolean controllerAutoShow = true; in PlayerView()
392 controllerAutoShow = a.getBoolean(R.styleable.PlayerView_auto_show, controllerAutoShow); in PlayerView()
502 this.controllerAutoShow = controllerAutoShow; in PlayerView()
934 return controllerAutoShow; in getControllerAutoShow()
944 public void setControllerAutoShow(boolean controllerAutoShow) { in setControllerAutoShow() argument
945 this.controllerAutoShow = controllerAutoShow; in setControllerAutoShow()
1278 return controllerAutoShow in shouldShowControllerIndefinitely()