Searched refs:playButton (Results 1 – 2 of 2) sorted by relevance
77 var playButton = document.querySelector('[data-id="play"]');82 if (playButton) {84 playButton.click();
266 @Nullable private final View playButton; field in PlayerControlView412 playButton = findViewById(R.id.exo_play); in PlayerControlView()413 if (playButton != null) { in PlayerControlView()414 playButton.setOnClickListener(componentListener); in PlayerControlView()798 if (playButton != null) { in updatePlayPauseButton()799 requestPlayPauseFocus |= shouldShowPauseButton && playButton.isFocused(); in updatePlayPauseButton()800 playButton.setVisibility(shouldShowPauseButton ? GONE : VISIBLE); in updatePlayPauseButton()1025 if (!shouldShowPauseButton && playButton != null) { in requestPlayPauseFocus()1026 playButton.requestFocus(); in requestPlayPauseFocus()1277 } else if (playButton == view) { in onClick()