Home
last modified time | relevance | path

Searched refs:play (Results 1 – 25 of 71) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleViewController.java151 set.play(scaleX).with(scaleY); in getHandleAnimator()
152 set.play(scaleX).with(translateX); in getHandleAnimator()
153 set.play(scaleX).with(translateY); in getHandleAnimator()
178 anim.play(first).before(second); in fade()
179 anim.play(second).before(third); in fade()
180 anim.play(third).before(fourth); in fade()
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java134 int id = mSoundPool.play(mSounds[index], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestSounds()
156 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestScales()
177 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestRates()
202 int normalId = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPriority()
212 int id = mSoundPool.play(mSounds[1], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPriority()
224 id = mSoundPool.play(mSounds[2], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPriority()
251 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPauseResume()
277 ids[i] = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME, in TestPauseResume()
310 … int id = mSoundPool.play(mSounds[0], 0.0f, 1.0f, NORMAL_PRIORITY, DEFAULT_LOOP, mScale[0]); in TestVolume()
/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetActivityTest.java120 s3.play(a1).before(a2).after(s1).with(s2).after(a3); in testGetChildAnimations()
176 s3.play(a1).before(a2).after(a3); in testTotalDuration()
177 s3.play(a1).after(a2).with(a4); in testTotalDuration()
182 s4.play(a1).after(a2); in testTotalDuration()
183 s4.play(a2).after(a1); in testTotalDuration()
188 s5.play(a1).after(a2).before(a3); in testTotalDuration()
189 s5.play(a2).with(a4).with(a5); in testTotalDuration()
208 s.play(a1).before(a2).before(a3).after(a4).after(a5); in testGetDuration()
241 s.play(a1).before(a2).before(a3).after(a4).after(a5);
296 s.play(a1).before(a2).after(a3).with(a4);
[all …]
/frameworks/base/core/tests/coretests/src/android/net/http/
DAbstractProxyTest.java66 server.play(); in testConnectToHttps()
117 server.play(); in testConnectViaProxy()
158 server.play(); in testConnectViaHttpProxyToHttps()
192 server.play(); in testParamPreferredOverSystemProperty()
208 server.play(); in testExplicitNoProxyCancelsSystemProperty()
226 server.play(); in testRetryWithProxy()
DCookiesTest.java60 server.play(); in testCookiesAreNotLogged()
95 server.play(); in testCookiesWithNonMatchingCase()
DDefaultHttpClientTest.java79 server.play(); in testServerClosesOutput()
/frameworks/base/media/java/android/media/
DMediaActionSound.java214 public void play(int soundName) { in play() method in MediaActionSound
233 mSoundPool.play(sound.id, 1.0f, 1.0f, 0, 0, 1.0f); in play()
274 soundPool.play(playSoundId, 1.0f, 1.0f, 0, 0, 1.0f);
DAsyncPlayer.java166 public void play(Context context, Uri uri, boolean looping, int stream) { in play() method in AsyncPlayer
172 play(context, uri, looping, in play()
193 public void play(@NonNull Context context, @NonNull Uri uri, boolean looping, in play() method in AsyncPlayer
DIRingtonePlayer.aidl31 … oneway void play(IBinder token, in Uri uri, in AudioAttributes aa, float volume, boolean looping); in play() method
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioTrackTest.java341 track.play(); in testPlaybackHeadPositionIncrease()
369 track.play(); in testPlaybackHeadPositionAfterFlush()
400 track.play(); in testPlaybackHeadPositionAfterStop()
436 track.play(); in testPlaybackHeadPositionAfterPause()
470 track.play(); in testSetStereoVolumeMax()
496 track.play(); in testSetStereoVolumeMin()
522 track.play(); in testSetStereoVolumeMid()
549 track.play(); in testSetPlaybackRate()
598 track.play(); in testSetPlaybackRateTwiceOutputSR()
624 track.play(); in testSetGetPlaybackRate()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DRingtonePlayer.java111 public void play(IBinder token, Uri uri, AudioAttributes aa, float volume, boolean looping)
135 client.mRingtone.play();
187 mAsyncPlayer.play(getContextForUser(user), uri, looping, aa);
/frameworks/base/cmds/bootanimation/
DFORMAT.md36 + `p` -- this part will play unless interrupted by the end of the boot
37 + `c` -- this part will play to completion, no matter what
38 * **COUNT:** how many times to play the animation, or 0 to loop forever until boot is complete
97 Each part may optionally play a `wav` sample when it starts. To enable this, add a file
/frameworks/base/samples/demo/haptic-assessment/
DREADME.txt4 This haptic assessment sample app allows the user to play with three different
/frameworks/base/media/jni/soundpool/
DSoundPool.h38 int32_t play(int32_t soundID, float leftVolume, float rightVolume, int32_t priority,
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerController.java104 public void play() { in play() method in PlayerController
106 mTransportControls.play(); in play()
/frameworks/base/media/jni/soundpool/tests/
Dsoundpool_stress.cpp160 soundPool->play(soundID, silentVol, silentVol, priority, 0 /*loop*/, rate); in testStreams()
187 soundPool->play(soundID, maxVol, maxVol, priority, loop, rate); in testStreams()
/frameworks/base/media/jni/
DJetPlayer.h53 int play();
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp86 void play(const sp<IMediaSource> &source);
199 void SimplePlayer::play(const sp<IMediaSource> &source) { in play() function in __anon2aac90ef0111::SimplePlayer
479 player.play(mediaSource); in main()
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.h54 virtual void play();
Dandroid_GenericPlayer.h70 virtual void play();
/frameworks/base/core/java/android/animation/
DAnimatorSet.java233 Builder builder = play(items[0]);
250 builder = play(anim);
267 play(items[0]);
270 play(items[i]).before(items[i + 1]);
285 play(items.get(0));
288 play(items.get(i)).before(items.get(i + 1));
395 public Builder play(Animator anim) {
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java214 set.play(anim).with(splitAnim); in setupAnimatorToVisibility()
229 set.play(anim).with(splitAnim); in setupAnimatorToVisibility()
/frameworks/base/media/java/android/media/session/
DISessionController.aidl57 void play(String packageName); in play() method
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java394 tone.play(); in playNotificationTone()
483 private void play() { in play() method in AccessibilityShortcutController.TtsPrompt
517 TtsPrompt::play, this)); in waitForTtsReady()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java650 mCameraSound.play(MediaActionSound.SHUTTER_CLICK); in saveScreenshotAndToast()
812 mCameraSound.play(MediaActionSound.SHUTTER_CLICK); in startAnimation()
912 dropInAnimation.play(flashOutAnimator).after(flashInAnimator); in createScreenshotDropInAnimation()
913 dropInAnimation.play(flashOutAnimator).with(toCorner); in createScreenshotDropInAnimation()
915 dropInAnimation.play(toCorner); in createScreenshotDropInAnimation()
1068 animSet.play(yAnim).with(alphaAnim); in createScreenshotDismissAnimation()

123