Searched refs:mRewindButton (Results 1 – 1 of 1) sorted by relevance
60 private PlayControlsButton mRewindButton; field in PlayControlsRowView176 mRewindButton = (PlayControlsButton) findViewById(R.id.rewind); in onFinishInflate()196 mRewindButton, in onFinishInflate()434 setInitialFocusView(mRewindButton); in initialize()472 mRewindButton.hideRippleAnimation(); in postHideRippleAnimation()585 mRewindButton.setVisibility(View.VISIBLE); in updateButtons()591 mRewindButton.setVisibility(View.GONE); in updateButtons()608 mRewindButton.setEnabled( in updateButtons()622 mRewindButton.setLabel(null); in updateButtons()626 button = mRewindButton; in updateButtons()[all …]