Home
last modified time | relevance | path

Searched refs:mFastForwardButton (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DPlayControlsRowView.java62 private PlayControlsButton mFastForwardButton; field in PlayControlsRowView
178 mFastForwardButton = (PlayControlsButton) findViewById(R.id.fast_forward); in onFinishInflate()
218 mFastForwardButton, in onFinishInflate()
442 setInitialFocusView(mFastForwardButton); in initialize()
474 mFastForwardButton.hideRippleAnimation(); in postHideRippleAnimation()
586 mFastForwardButton.setVisibility(View.VISIBLE); in updateButtons()
592 mFastForwardButton.setVisibility(View.GONE); in updateButtons()
610 mFastForwardButton.setEnabled( in updateButtons()
623 button = mFastForwardButton; in updateButtons()
625 mFastForwardButton.setLabel(null); in updateButtons()
[all …]