HomeSort by relevance Sort by last modified time
    Searched refs:PlayControlsButton (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsButton.java 29 public class PlayControlsButton extends FrameLayout {
37 public PlayControlsButton(Context context) {
41 public PlayControlsButton(Context context, AttributeSet attrs) {
45 public PlayControlsButton(Context context, AttributeSet attrs, int defStyleAttr) {
49 public PlayControlsButton(Context context, AttributeSet attrs, int defStyleAttr,
PlayControlsRowView.java 49 private PlayControlsButton mJumpPreviousButton;
50 private PlayControlsButton mRewindButton;
51 private PlayControlsButton mPlayPauseButton;
52 private PlayControlsButton mFastForwardButton;
53 private PlayControlsButton mJumpNextButton;
105 mJumpPreviousButton = (PlayControlsButton) findViewById(R.id.jump_previous);
106 mRewindButton = (PlayControlsButton) findViewById(R.id.rewind);
107 mPlayPauseButton = (PlayControlsButton) findViewById(R.id.play_pause);
108 mFastForwardButton = (PlayControlsButton) findViewById(R.id.fast_forward);
109 mJumpNextButton = (PlayControlsButton) findViewById(R.id.jump_next)
    [all...]

Completed in 184 milliseconds