Searched refs:controllerShowTimeoutMs (Results 1 – 1 of 1) sorted by relevance
318 private int controllerShowTimeoutMs; field in PlayerView370 int controllerShowTimeoutMs = PlayerControlView.DEFAULT_SHOW_TIMEOUT_MS; in PlayerView() local388 controllerShowTimeoutMs = in PlayerView()389 a.getInt(R.styleable.PlayerView_show_timeout, controllerShowTimeoutMs); in PlayerView()500 this.controllerShowTimeoutMs = controller != null ? controllerShowTimeoutMs : 0; in PlayerView()893 return controllerShowTimeoutMs; in getControllerShowTimeoutMs()903 public void setControllerShowTimeoutMs(int controllerShowTimeoutMs) { in setControllerShowTimeoutMs() argument905 this.controllerShowTimeoutMs = controllerShowTimeoutMs; in setControllerShowTimeoutMs()1288 controller.setShowTimeoutMs(showIndefinitely ? 0 : controllerShowTimeoutMs); in showController()