Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java62 private PlayControlsButton mFastForwardButton; field in PlayControlsRowView
178 mFastForwardButton = (PlayControlsButton) findViewById(R.id.fast_forward); in onFinishInflate()
218 mFastForwardButton, in onFinishInflate()
381 && mFastForwardButton.hasFocus()) in onBind()
442 setInitialFocusView(mFastForwardButton); in initialize()
474 mFastForwardButton.hideRippleAnimation(); in postHideRippleAnimation()
482 if ((v.getParent().equals(mRewindButton) || v.getParent().equals(mFastForwardButton)) in onChildFocusChange()
586 mFastForwardButton.setVisibility(View.VISIBLE); in updateButtons()
592 mFastForwardButton.setVisibility(View.GONE); in updateButtons()
610 mFastForwardButton.setEnabled( in updateButtons()
[all …]