Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java318 private int controllerShowTimeoutMs; field in PlayerView
370 int controllerShowTimeoutMs = PlayerControlView.DEFAULT_SHOW_TIMEOUT_MS; in PlayerView() local
388 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() argument
905 this.controllerShowTimeoutMs = controllerShowTimeoutMs; in setControllerShowTimeoutMs()
1288 controller.setShowTimeoutMs(showIndefinitely ? 0 : controllerShowTimeoutMs); in showController()