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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 134 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 a normal priority looping soun
    [all...]
  /frameworks/support/design/lollipop/android/support/design/widget/
FloatingActionButtonLollipop.java 89 set.play(ObjectAnimator.ofFloat(mView, "elevation", elevation).setDuration(0))
97 set.play(ObjectAnimator.ofFloat(mView, "elevation", elevation).setDuration(0))
108 anim.play(ObjectAnimator.ofFloat(mView, View.TRANSLATION_Z, 0f)
111 set.play(ObjectAnimator.ofFloat(mView, "elevation", elevation).setDuration(0))
118 set.play(ObjectAnimator.ofFloat(mView, "elevation", 0f).setDuration(0))
  /external/v8/build/android/play_services/
preprocess.py 7 '''Prepares the Google Play services split client libraries before usage by
10 We need to preprocess Google Play services before using it in Chrome
35 +-- google-play-services.jar
75 "Prepares the Google Play services split client libraries before usage "
82 help=('the Google Play services repository '
141 'combined_jar': os.path.join(tmp_root, 'google-play-services.jar'),
153 'jar': os.path.join(out_dir, 'google-play-services.jar'),
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 33 private static final int PLAY = 1;
94 case PLAY:
95 if (mDebug) Log.d(mTag, "PLAY");
158 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
163 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead
165 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:AsyncPlayer
170 play(context, uri, looping, method
173 Log.e(mTag, "Call to deprecated AsyncPlayer.play() method caused:", e);
184 * @param uri the non-null URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
191 public void play(@NonNull Context context, @NonNull Uri uri, boolean looping method in class:AsyncPlayer
    [all...]
MediaActionSound.java 28 * 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...]
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ringtone/
DialerRingtoneManagerTest.java 177 Mockito.verify(mInCallTonePlayer, Mockito.never()).play(Mockito.anyInt());
185 Mockito.verify(mInCallTonePlayer, Mockito.never()).play(Mockito.anyInt());
193 Mockito.verify(mInCallTonePlayer).play(Mockito.anyInt());
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 26 * player's current state. Requires the object to contain a SpriteComponent to play animations.
143 // play() is just a nop), but in this case I have a stream that is maintained for the rocket
158 mRocketSoundStream = sound.play(mRocketSound, true, SoundSystem.PRIORITY_HIGH);
171 // Normally, for collectables like the coin, we could just tell the object to play
181 sound.play(mRubySound1, false, SoundSystem.PRIORITY_NORMAL);
184 sound.play(mRubySound2, false, SoundSystem.PRIORITY_NORMAL);
187 sound.play(mRubySound3, false, SoundSystem.PRIORITY_NORMAL);
264 sound.play(mLandThump, false, SoundSystem.PRIORITY_HIGH, 1.0f,
284 sound.play(mExplosionSound, false, SoundSystem.PRIORITY_NORMAL);
  /frameworks/base/core/tests/coretests/src/android/net/http/
AbstractProxyTest.java 66 server.play();
117 server.play();
158 server.play();
192 server.play();
208 server.play();
226 server.play();
CookiesTest.java 54 server.play();
89 server.play();
  /cts/tests/tests/media/src/android/media/cts/
NonBlockingAudioTrack.java 110 public void play() { method in class:NonBlockingAudioTrack
112 mAudioTrack.play();
JetPlayerTest.java 97 assertTrue(mJetPlayer.play());
110 assertFalse(mJetPlayer.play());
138 assertTrue(mJetPlayer.play());
151 assertTrue(mJetPlayer.play());
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
CustomDispatcherTest.java 38 mockWebServer.play();
59 mockWebServer.play();
  /packages/apps/Launcher3/src/com/android/launcher3/
WorkspaceStateTransitionAnimation.java 347 mStateAnimator.play(alphaAnim);
354 mStateAnimator.play(bgAnim);
367 mStateAnimator.play(anim);
389 mStateAnimator.play(scale);
418 mStateAnimator.play(overviewPanelAlpha);
419 mStateAnimator.play(hotseatAlpha);
420 mStateAnimator.play(qsbAlphaAnimation);
485 mStateAnimator.play(bgFadeOutAnimation);
  /packages/services/Telecomm/src/com/android/server/telecom/
AsyncRingtonePlayer.java 50 public void play(RingtoneFactory factory, Call incomingCall) { method in class:AsyncRingtonePlayer
51 Log.d(this, "Posting play.");
124 // If the Ringtone Uri is EMPTY, then the "None" Ringtone has been selected. Do not play
132 Log.i(this, "Play ringtone.");
157 mRingtone.play();
188 Log.v(this, "Keeping alive ringtone thread for subsequent play request.");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
TrivialPlayer.java 99 mAudioTrack.play();
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 24 * Abstraction of common playback operations of media items, such as play,
38 public abstract void play(final PlaylistItem item); method in class:Player
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SimpleAudioOutput.java 45 * Create an audio track then call play().
54 mAudioTrack.play();
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SimpleAudioOutput.java 45 * Create an audio track then call play().
54 mAudioTrack.play();
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SimpleAudioOutput.java 45 * Create an audio track then call play().
54 mAudioTrack.play();
  /developers/samples/android/common/src/java/com/example/android/common/play/
PlayHelper.java 18 package com.example.android.common.play;
30 * Helper class for Google Play Services functions.
43 * Checks for Google Play Services installation on the device. If found, validates the
49 * @param requestCode If we need to download Google Play Services, the download activity will be
57 // Query for the status of Google Play services on the device
68 // If Google Play services can provide an error dialog
88 * Checks for Google Play Services installation on the device. If the service is installed but
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 24 * Abstraction of common playback operations of media items, such as play,
38 public abstract void play(final PlaylistItem item); method in class:Player
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
Player.java 24 * Abstraction of common playback operations of media items, such as play,
38 public abstract void play(final PlaylistItem item); method in class:Player
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SimpleAudioOutput.java 45 * Create an audio track then call play().
54 mAudioTrack.play();
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SimpleAudioOutput.java 45 * Create an audio track then call play().
54 mAudioTrack.play();
  /external/autotest/client/cros/video/
native_html5_player.py 36 def play(self): member in class:NativeHtml5Player
41 self.tab.ExecuteJavaScript('play()')

Completed in 2454 milliseconds

1 23 4 5 6 7 8 91011>>