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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameActivity.java 82 public void init(Activity activity, Button playButton) {
86 mPlayButton = playButton;
VideoPlayerActivity.java 86 public void init(Activity activity, TextView title, Button playButton,
92 mPlayButton = playButton;
  /external/chromium_org/native_client_sdk/src/examples/api/audio/
example.js 7 document.getElementById('playButton').addEventListener('click', playSound);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.cpp 108 RefPtrWillBeRawPtr<MediaControlPlayButtonElement> playButton = MediaControlPlayButtonElement::create(*this);
109 m_playButton = playButton.get();
110 panel->appendChild(playButton.release(), exceptionState);
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 838 ImageView playButton = (ImageView) result.findViewById(R.id.play_button);
839 viewHolder = new VideoViewHolder(videoView, playButton);
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 328 mPlayButton = (ImageButton) findViewById(R.id.playButton);
400 case R.id.playButton:

Completed in 162 milliseconds