Searched refs:mPlayPauseButton (Results 1 – 5 of 5) sorted by relevance
61 private PlayControlsButton mPlayPauseButton; field in PlayControlsRowView207 mPlayPauseButton, in onFinishInflate()428 setInitialFocusView(mPlayPauseButton); in initialize()436 setInitialFocusView(mPlayPauseButton); in initialize()459 setInitialFocusView(mPlayPauseButton); in initialize()493 mPlayPauseButton.requestFocusWithAccessibility(); in requestChildFocus()582 mPlayPauseButton.setVisibility(View.VISIBLE); in updateButtons()588 mPlayPauseButton.setVisibility(View.GONE); in updateButtons()598 mPlayPauseButton.setEnabled( in updateButtons()602 mPlayPauseButton.setEnabled( in updateButtons()[all …]
65 private AudioAttachmentPlayPauseButton mPlayPauseButton; field in AudioAttachmentView110 mPlayPauseButton = (AudioAttachmentPlayPauseButton) findViewById(R.id.play_pause_button); in onFinishInflate()113 mPlayPauseButton.setOnClickListener(new OnClickListener() { in onFinishInflate()323 mPlayPauseButton.setDisplayedChild(PAUSE_BUTTON); in updatePlayPauseButtonState()325 mPlayPauseButton.setDisplayedChild(PLAY_BUTTON); in updatePlayPauseButtonState()353 mPlayPauseButton.setVisualStyle(mUseIncomingStyle); in updateVisualStyle()367 ((MarginLayoutParams) mPlayPauseButton.getLayoutParams()).setMargins(0, 0, 0, 0); in initializeViewsForMode()375 ((MarginLayoutParams) mPlayPauseButton.getLayoutParams()).setMargins(0, 0, 0, 0); in initializeViewsForMode()
52 ImageView mPlayPauseButton; field in SimplePlayer83 mPlayPauseButton = (ImageButton) playPausebutton; in set()86 mPlayPauseButton.setOnClickListener(this); in set()87 mPlayPauseButton.requestFocus(); in set()177 mPlayPauseButton.setImageResource(isPlaying() ? mPauseImageResource : mPlayImageResource); in updatePlayPauseButton()
269 ImageView mPlayPauseButton; field in ScoAudioTest.SimpleMediaController281 mPlayPauseButton = findViewById(playPausebuttonId); in SimpleMediaController()284 mPlayPauseButton.setOnClickListener(this); in SimpleMediaController()285 mPlayPauseButton.requestFocus(); in SimpleMediaController()297 mPlayPauseButton = findViewById(playPausebuttonId); in SimpleMediaController()300 mPlayPauseButton.setOnClickListener(this); in SimpleMediaController()301 mPlayPauseButton.requestFocus(); in SimpleMediaController()327 … mPlayPauseButton.setImageResource(isPlaying() ? mPauseImageResource : mPlayImageResource); in updatePlayPauseButton()
75 @Nullable private View mPlayPauseButton; field in DvrPlaybackControlHelper133 mPlayPauseButton = controlBar.getChildAt(1); in createControlsRowPresenter()283 if (mPlayPauseButton != null) { in onPlaybackResume()284 mPlayPauseButton.requestFocus(); in onPlaybackResume()