HomeSort by relevance Sort by last modified time
    Searched refs:play (Results 176 - 200 of 482) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/dvb/
video.h 91 } play; member in union:video_command::__anon68848
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 400 // Test case 2: getPlaybackHeadPosition() increases after play()
419 track.play();
446 track.play();
476 track.play();
492 // Test case 4: getPlaybackHeadPosition() is > 0 after play(); pause();
511 track.play();
521 // Test case 5: getPlaybackHeadPosition() remains 0 after pause(); flush(); play();
540 track.play();
553 track.play();
555 log(TEST_NAME, "position after play =" + pos)
    [all...]
CodecState.java 120 mAudioTrack.play();
300 mAudioTrack.play();
RingtoneManagerTest.java 160 ringtone.play();
166 newRingtone.play();
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 117 zommInAnimator.play(ObjectAnimator
151 zoomOutAnimator.play(ObjectAnimator
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 117 zommInAnimator.play(ObjectAnimator
151 zoomOutAnimator.play(ObjectAnimator
  /development/samples/ApiDemos/src/com/example/android/apis/view/
VideoPlayerActivity.java 128 // When we become visible or invisible, play is paused.
134 // Clicking on the play/pause button toggles its state.
149 mPlayButton.setText(paused ? R.string.play : R.string.pause);
169 // If the menus are open or play is paused, we will not auto-hide.
198 (Button)findViewById(R.id.play),
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
UIAnimation.java 117 zommInAnimator.play(ObjectAnimator
151 zoomOutAnimator.play(ObjectAnimator
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 169 .play(ObjectAnimator.ofFloat(expandedImageView, View.X, startBounds.left,
205 .play(ObjectAnimator.ofFloat(expandedImageView, View.X, startBounds.left))
  /frameworks/base/media/jni/soundpool/
SoundPool.h 120 void play(const sp<Sample>& sample, int channelID, float leftVolume, float rightVolume,
168 int play(int sampleID, float leftVolume, float rightVolume, int priority,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 41 private static final int PLAY = 1;
182 case PLAY:
183 if (mDebug) Log.d(mTag, "PLAY");
237 // if there are no more sounds to play, end the Looper to listen for media completion
290 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
295 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead.
298 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:NotificationPlayer
301 cmd.code = PLAY;
308 mState = PLAY;
319 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)}
325 public void play(Context context, Uri uri, boolean looping, AudioAttributes attributes) { method in class:NotificationPlayer
    [all...]
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerController.java 104 public void play() { method in class:PlayerController
106 mTransportControls.play();
  /frameworks/support/media-compat/java/android/support/v4/media/session/
IMediaSession.aidl 50 void play();
  /hardware/qcom/display/msm8226/liboverlay/
mdpWrapper.h 84 bool play(int fd, msmfb_overlay_data& od);
221 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
  /hardware/qcom/display/msm8960/liboverlay/
mdpWrapper.h 76 bool play(int fd, msmfb_overlay_data& od);
182 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceCaptureToolsImpl.java 209 mSoundPlayer.play(R.raw.timer_final_second, 0.6f);
211 mSoundPlayer.play(R.raw.timer_increment, 0.6f);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyLineActivity.java 254 play();
260 play();
270 private void play() {
272 mSPlayer.play(true);
280 mSPlayer.play(false);
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 31 * can be set up to play together, in sequence, or after a specified delay.
36 * a set of animations all at once, or the {@link AnimatorSet#play(Animator)} can be
120 // relationship captures the order of animation (i.e. parent and child will play sequentially),
161 * Sets up this AnimatorSet to play all of the supplied animations at the same time.
162 * This is equivalent to calling {@link #play(Animator)} with the first animator in the
173 Builder builder = play(items[0]);
181 * Sets up this AnimatorSet to play all of the supplied animations at the same time.
190 builder = play(anim);
199 * Sets up this AnimatorSet to play each of the supplied animations when the
207 play(items[0])
337 public Builder play(Animator anim) { method in class:AnimatorSet
    [all...]
  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java 56 * {@link PlayController} controls the playback such as play/pause, rewind and fast-forward using
117 * this threshold from the program start time, the play position moves to the start of the
119 * Otherwise, the play position moves to the start of the current program.
197 * Checks if the trick play is available for the current channel.
237 * @throws IllegalStateException if the trick play is not available.
239 public void play() { method in class:TimeShiftManager
245 mPlayController.play();
252 * @throws IllegalStateException if the trick play is not available.
267 * @throws IllegalStateException if the trick play is not available.
278 * @throws IllegalStateException if the trick play is not available
731 void play() { method in class:TimeShiftManager.PlayController
749 play(); method
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
PlayerActivity.java 137 private void play(int position) { method in class:PlayerActivity
353 play(currentPos);
359 play(currentPos);
422 Log.d(TAG, "clicked play pause button");
  /libcore/support/src/test/java/tests/http/
MockWebServer.java 84 throw new IllegalStateException("Cannot retrieve port before calling play()");
162 * Equivalent to {@code play(0)}.
164 public void play() throws IOException { method in class:MockWebServer
165 play(0);
176 public void play(int port) throws IOException { method in class:MockWebServer
  /cts/tests/tests/net/src/android/net/http/cts/
HttpResponseCacheTest.java 133 server.play();
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 140 set.play(finishDownAnim).before(moveAnim);
  /external/autotest/client/cros/chameleon/
chameleon_video_capturer.py 78 player.play()
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidMusic.java 96 public void play () { method in class:AndroidMusic

Completed in 2154 milliseconds

1 2 3 4 5 6 78 91011>>