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

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MainActivity.java 43 Button mPlayButton;
60 mPlayButton = (Button) findViewById(R.id.playbutton);
67 mPlayButton.setOnClickListener(this);
77 if (target == mPlayButton)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
VideoPlayerActivity.java 66 Button mPlayButton;
92 mPlayButton = playButton;
94 mPlayButton.setOnClickListener(this);
133 if (v == mPlayButton) {
149 mPlayButton.setText(paused ? R.string.play : R.string.pause);
178 mPlayButton.setVisibility(visible ? VISIBLE : INVISIBLE);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 228 ImageButton mPlayButton;
327 mPlayButton = (ImageButton) findViewById(R.id.playButton);
342 mPlayButton.setOnClickListener(this);
723 mPlayButton.setEnabled(false);
724 mPlayButton.setFocusable(false);
742 mPlayButton.setEnabled(true);
743 mPlayButton.setFocusable(true);
774 mPlayButton.setEnabled(false);
775 mPlayButton.setFocusable(false);
797 mPlayButton.setEnabled(false)
    [all...]

Completed in 425 milliseconds