Searched refs:controllerAutoShow (Results 1 – 1 of 1) sorted by relevance
319 private boolean controllerAutoShow; field in PlayerView372 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() argument945 this.controllerAutoShow = controllerAutoShow; in setControllerAutoShow()1278 return controllerAutoShow in shouldShowControllerIndefinitely()