/frameworks/base/docs/html/design/patterns/ |
navigation.jd | 77 together by the referring list—for example, when browsing in the Play Store between apps from 85 view. Extending the Play Store example from above, imagine the user has navigated from the last 182 to share content by using another app. For example, launching the Play Store app from Home begins 183 new Task A (see figure below). After navigating through the Play Store and touching a promoted book 195 the book details activity. Subsequent touches of Back continue to navigate back through the Play
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
MediaPlayerProxyTestCase.java | 61 * A map from filename + mime type to the uri we can use to play from the content provider. 251 // The audio contained in this file has a stutter if we seek to half way and play. 440 // The real media player should play a stuttering audio, hopefully my player does too. 514 * Gets the {@link Uri} for the test audio content we should play. 517 * we'll have to insert some data into the content provider so that we can play it.
|
/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
|
/packages/apps/Gallery/res/values-tl/ |
strings.xml | 59 <string name="camera_play" msgid="8248000517869959980">"I-play"</string> 66 <string name="video_play" msgid="5287787282508002895">"I-play"</string> 103 <string name="pref_gallery_slideshow_repeat_summary" msgid="8289230397431855268">"I-play ang slideshow nang higit sa isang beses"</string> 147 <string name="resume_playing_message" msgid="8480340146814638566">"Ituloy ang pag-play ng video mula sa <xliff:g id="DURATION">%s</xliff:g>?"</string> 148 <string name="resume_playing_resume" msgid="3847915469173852416">"Ipagpatuloy ang pag-play"</string>
|
/external/kernel-headers/original/linux/ |
cdrom.h | 28 * mount or play an empty slot, mount an audio disc, or play a data disc. 54 #define CDROMPLAYMSF 0x5303 /* Play Audio MSF (struct cdrom_msf) */ 55 #define CDROMPLAYTRKIND 0x5304 /* Play Audio Track/index 364 #define CDROM_AUDIO_PLAY 0x11 /* audio play operation in progress */ 365 #define CDROM_AUDIO_PAUSED 0x12 /* audio play operation paused */ 366 #define CDROM_AUDIO_COMPLETED 0x13 /* audio play successfully completed */ 367 #define CDROM_AUDIO_ERROR 0x14 /* audio play stopped due to error */ 490 * to play data at track/index */ 974 /* play stuff * [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
MyHandler.h | 735 AString request = "PLAY "; 745 sp<AMessage> reply = new AMessage('play', id()); 754 case 'play': 759 ALOGI("PLAY completed with result %d (%s)", [all...] |
/frameworks/base/docs/html/reference/com/google/android/gcm/ |
GCMBaseIntentService.html | 171 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li> 312 <li><a href="/distribute/index.html">Google Play</a></li> 404 <div class="nav-section-header empty"><a href="/google/play-services/games.html"> 409 <div class="nav-section-header empty"><a href="/google/play-services/location.html"> 414 <div class="nav-section-header empty"><a href="/google/play-services/plus.html"> 419 <div class="nav-section-header empty"><a href="/google/play-services/maps.html"> 424 <div class="nav-section-header empty"><a href="/google/play-services/auth.html"> 432 <div class="nav-section-header"><a href="/google/play-services/index.html"> 433 <span class="en">Google Play Services</span></a [all...] |
/external/chromium_org/media/base/ |
pipeline_unittest.cc | 159 EXPECT_CALL(*video_renderer_, Play(_)) 193 EXPECT_CALL(*audio_renderer_, Play(_)) 243 EXPECT_CALL(*audio_renderer_, Play(_)) 255 EXPECT_CALL(*video_renderer_, Play(_)) 821 EXPECT_CALL(*audio_renderer_, Play(_)) [all...] |
/build/tools/droiddoc/templates-ds/components/ |
masthead.cs | 55 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li> 156 <li><a href="<?cs var:toroot ?>distribute/index.html">Google Play</a></li>
|
/build/tools/droiddoc/templates-sdk/components/ |
masthead.cs | 54 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li> 199 <li><a href="<?cs var:toroot ?>distribute/index.html">Google Play</a></li>
|
/external/chromium_org/content/browser/media/ |
encrypted_media_browsertest.cc | 151 // Tests that the following happen after trying to play encrypted media: 251 LOG(INFO) << "Skipping test; Can only play MP4 encrypted streams by MSE."; 262 LOG(INFO) << "Skipping test; Can only play MP4 encrypted streams by MSE.";
|
/external/chromium_org/content/renderer/media/ |
webrtc_audio_renderer.cc | 225 // User must call Play() before any audio can be heard. 244 void WebRtcAudioRenderer::Play() { 245 DVLOG(1) << "WebRtcAudioRenderer::Play()";
|
/external/jmonkeyengine/engine/src/test/jme3test/animation/ |
TestCinematic.java | 98 text.setText("Press enter to play/pause cinematic");
162 System.out.println("play");
260 cinematic.play();
|
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
SDL_epocaudio.cpp | 175 void Play(); 393 void CEpocAudio::Play() 596 CEpocAudio::Current(thisdevice).Play();
|
/frameworks/base/docs/html/google/gcm/ |
notifications.jd | 41 <p>The upstream messaging (device-to-cloud) feature described in this document is part of the Google Play services platform. Upstream messaging is available through the <a href="{@docRoot}reference/com/google/android/gms/gcm/GoogleCloudMessaging.html">GoogleCloudMessaging</a> APIs. To use upstream messaging and the new streamlined registration process, you must <a href="{@docRoot}google/play-services/setup.html">set up</a> the Google Play services SDK.</p>
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/ |
MediaPlayerApiTest.java | 368 //Play a mid file which the duration is around 210 seconds 372 assertTrue("Play midi from resources", midiResources); 378 assertTrue("Play mp3 from resources", mp3Resources);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdssRot.cpp | 145 if(!overlay::mdp_wrapper::play(mFd.getFD(), mRotData)) { 146 ALOGE("MdssRot play failed!"); 154 // play will return immediatly and might cause
|
/packages/apps/Dialer/tests/src/com/android/dialer/ |
CallDetailActivityTest.java | 122 // This should have put a failed to play message on screen, buffering is gone. 124 assertHasOneTextViewContaining("Couldn't play voicemail"); 150 * then click the play button (which just reported an error), then after that try to adjust the
|
/packages/apps/Gallery/res/values-en-rGB/ |
strings.xml | 59 <string name="camera_play" msgid="8248000517869959980">"Play"</string> 66 <string name="video_play" msgid="5287787282508002895">"Play"</string> 103 <string name="pref_gallery_slideshow_repeat_summary" msgid="8289230397431855268">"Play slideshow more than once"</string>
|
/packages/apps/Gallery/res/values-en-rIN/ |
strings.xml | 59 <string name="camera_play" msgid="8248000517869959980">"Play"</string> 66 <string name="video_play" msgid="5287787282508002895">"Play"</string> 103 <string name="pref_gallery_slideshow_repeat_summary" msgid="8289230397431855268">"Play slideshow more than once"</string>
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
SharePopup.java | 68 // A rotated view that contains the thumbnail and the play icon. 135 // Show play button if this is a video thumbnail. 137 sharePopup.findViewById(R.id.play).setVisibility(View.VISIBLE);
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrack_ListenerTest.java | 76 mAudioTrack.play();
|
/development/samples/ApiDemos/res/layout/ |
animator_events.xml | 30 android:text="Play"
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
ListFlipper.java | 39 * UI allows you to set the position of the animation. Pressing the Run button will play from
|
/development/samples/Support4Demos/res/layout/ |
media_controller.xml | 33 <ImageButton android:id="@+id/pause" style="@android:style/MediaButton.Play" />
|