Searched refs:pauseButton (Results 1 – 1 of 1) sorted by relevance
267 @Nullable private final View pauseButton; field in PlayerControlView416 pauseButton = findViewById(R.id.exo_pause); in PlayerControlView()417 if (pauseButton != null) { in PlayerControlView()418 pauseButton.setOnClickListener(componentListener); in PlayerControlView()802 if (pauseButton != null) { in updatePlayPauseButton()803 requestPlayPauseFocus |= !shouldShowPauseButton && pauseButton.isFocused(); in updatePlayPauseButton()804 pauseButton.setVisibility(shouldShowPauseButton ? VISIBLE : GONE); in updatePlayPauseButton()1027 } else if (shouldShowPauseButton && pauseButton != null) { in requestPlayPauseFocus()1028 pauseButton.requestFocus(); in requestPlayPauseFocus()1286 } else if (pauseButton == view) { in onClick()