Searched refs:vrButton (Results 1 – 1 of 1) sorted by relevance
272 @Nullable private final View vrButton; field in PlayerControlView444 vrButton = findViewById(R.id.exo_vr); in PlayerControlView()696 return vrButton != null && vrButton.getVisibility() == VISIBLE; in getShowVrButton()705 if (vrButton != null) { in setShowVrButton()706 vrButton.setVisibility(showVrButton ? VISIBLE : GONE); in setShowVrButton()716 if (vrButton != null) { in setVrButtonListener()717 vrButton.setOnClickListener(onClickListener); in setVrButtonListener()