Searched refs:play (Results 1 - 25 of 126) sorted by relevance

123456

/frameworks/base/media/java/android/media/
H A DIRingtonePlayer.aidl29 oneway void play(IBinder token, in Uri uri, in AudioAttributes aa, float volume, boolean looping);
H A DAsyncPlayer.java159 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
164 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead
166 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:AsyncPlayer
167 PlayerBase.deprecateStreamTypeForPlayback(stream, "AsyncPlayer", "play()");
172 play(context, uri, looping,
175 Log.e(mTag, "Call to deprecated AsyncPlayer.play() method caused:", e);
186 * @param uri the non-null URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
193 public void play(@NonNull Context context, @NonNull Uri uri, boolean looping, method in class:AsyncPlayer
196 throw new IllegalArgumentException("Illegal null AsyncPlayer.play() argument");
239 * We want to hold a wake lock while we do the prepare and play
[all...]
H A DMediaActionSound.java28 * camera2 API does not play any sounds on its own for any capture or video recording actions.</p>
30 * <p>With the older {@link android.hardware.Camera} API, use this class to play an appropriate
37 * <p>There is no need to play sounds when using
40 * as the Android framework will play the appropriate sounds when needed for
62 * @see #play
70 * @see #play
78 * @see #play
86 * @see #play
145 * played later by {@link #play}.
149 * @see #play
205 public void play(int soundName) { method in class:MediaActionSound
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSampleSupportVideoFragment.java47 mMediaPlayerGlue.play();
H A DSampleVideoFragment.java41 * <li>Auto play when ready</li>
53 glue.play();
60 glue.play();
H A DSampleVideoSupportFragment.java44 * <li>Auto play when ready</li>
56 glue.play();
63 glue.play();
H A DPlayerAdapter.java89 public void play() { method in class:PlayerAdapter
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSampleSupportVideoFragment.java47 mMediaPlayerGlue.play();
H A DSampleVideoFragment.java41 * <li>Auto play when ready</li>
53 glue.play();
60 glue.play();
H A DSampleVideoSupportFragment.java44 * <li>Auto play when ready</li>
56 glue.play();
63 glue.play();
H A DPlayerAdapter.java89 public void play() { method in class:PlayerAdapter
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DPlayerAdapter.java129 public abstract void play(); method in class:PlayerAdapter
H A DMediaControllerGlue.java193 public void play(int speed) { method in class:MediaControllerGlue
196 mMediaController.getTransportControls().play();
H A DPlaybackGlue.java26 * Base class for abstraction of media play/pause feature. A subclass of PlaybackGlue will contain
48 * Interface to allow clients to take action once the video is ready to play and start stop.
179 public void play() { method in class:PlaybackGlue
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java134 int id = mSoundPool.play(mSounds[index], DEFAULT_VOLUME, DEFAULT_VOLUME,
156 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
177 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
201 // play a normal priority looping sound
202 int normalId = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
211 // play a low priority sound
212 int id = mSoundPool.play(mSounds[1], DEFAULT_VOLUME, DEFAULT_VOLUME,
223 // play a high priority sound
224 id = mSoundPool.play(mSounds[2], DEFAULT_VOLUME, DEFAULT_VOLUME,
250 // play
[all...]
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java66 server.play();
117 server.play();
158 server.play();
192 server.play();
208 server.play();
226 server.play();
H A DCookiesTest.java60 server.play();
95 server.play();
/frameworks/base/media/java/android/media/session/
H A DISessionController.aidl57 void play();
/frameworks/av/include/media/
H A DJetPlayer.h53 int play();
92 sp<AudioTrack> mAudioTrack; // and we play it in this audio track
/frameworks/av/media/libmedia/include/media/
H A DJetPlayer.h53 int play();
92 sp<AudioTrack> mAudioTrack; // and we play it in this audio track
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DViewPropertyAnimatorCompatSet.java51 public ViewPropertyAnimatorCompatSet play(ViewPropertyAnimatorCompat animator) { method in class:ViewPropertyAnimatorCompatSet
/frameworks/support/v7/mediarouter/tests/src/android/support/v7/media/
H A DMediaRouterTest.java85 controls.play();
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetActivityTest.java94 s3.play(a1).before(a2).after(s1).with(s2).after(a3);
150 s3.play(a1).before(a2).after(a3);
151 s3.play(a1).after(a2).with(a4);
156 s4.play(a1).after(a2);
157 s4.play(a2).after(a1);
162 s5.play(a1).after(a2).before(a3);
163 s5.play(a2).with(a4).with(a5);
182 s.play(a1).before(a2).before(a3).after(a4).after(a5);
215 s.play(a1).before(a2).before(a3).after(a4).after(a5);
283 s.play(a
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java48 * Service that offers to play ringtones by {@link Uri}, since our process has
102 public void play(IBinder token, Uri uri, AudioAttributes aa, float volume, boolean looping)
105 Log.d(TAG, "play(token=" + token + ", uri=" + uri + ", uid="
120 client.mRingtone.play();
160 // else no client for token when setting playback properties but will be set at play()
172 mAsyncPlayer.play(getContextForUser(user), uri, looping, aa);
/frameworks/support/design/lollipop/android/support/design/widget/
H A DFloatingActionButtonLollipop.java106 set.play(ObjectAnimator.ofFloat(mView, "elevation", elevation).setDuration(0))
114 set.play(ObjectAnimator.ofFloat(mView, "elevation", elevation).setDuration(0))
140 set.play(ObjectAnimator.ofFloat(mView, "elevation", 0f).setDuration(0))

Completed in 2310 milliseconds

123456