HomeSort by relevance Sort by last modified time
    Searched refs:PLAYING (Results 1 - 15 of 15) sorted by null

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/soundmanager2/
SMSound.java 33 public static final int PLAYING = 1;
47 * @return The current playing position of the sound. */
63 /** Starts playing the given sound. */
81 /** Starts playing the given sound. */
86 /** Resumes the currently-paused sound. Does not affect currently-playing sounds. */
91 /** Stops playing the given sound. */
120 /** Numeric value indicating the current playing state of the sound.
122 * 1 = playing or buffering sound (play has been called, waiting for data etc.).
124 * @return the current playing state. */
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimControllerOverlay.java 43 if (mState == State.PLAYING) {
55 // Add animation to hide the play button while playing.
98 if (mState == State.PLAYING || mState == State.PAUSED) {
MovieControllerOverlay.java 87 if (mState == State.PLAYING) {
147 if (mState == State.PLAYING || mState == State.PAUSED) {
CommonControllerOverlay.java 46 PLAYING,
152 mState = State.PLAYING;
224 } else if (mState == State.PAUSED || mState == State.PLAYING) {
316 } else if (mState == State.PLAYING) {
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
PlaybackOverlayActivity.java 90 if (playPause && mPlaybackState != LeanbackPlaybackState.PLAYING) {
91 mPlaybackState = LeanbackPlaybackState.PLAYING;
111 if (mPlaybackState == LeanbackPlaybackState.PLAYING) {
135 if (mPlaybackState == LeanbackPlaybackState.PLAYING) {
215 if (mPlaybackState == LeanbackPlaybackState.PLAYING) {
277 PLAYING, PAUSED, BUFFERING, IDLE;
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
PlayerActivity.java 85 PLAYING, PAUSED, BUFFERING, IDLE;
112 mPlaybackState = PlaybackState.PLAYING;
129 if (mPlaybackState == PlaybackState.PLAYING ||
376 case PLAYING:
429 mPlaybackState = PlaybackState.PLAYING;
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java 61 IDLE, RECORDING, PLAYING
185 mState = State.PLAYING;
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java 61 IDLE, RECORDING, PLAYING
185 mState = State.PLAYING;
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
SoundRecorder.java 61 IDLE, RECORDING, PLAYING
185 mState = State.PLAYING;
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 813 mState = PLAYING;
980 if (mState == PLAYING) {
990 if (mState == PLAYING) {
1003 mState = PLAYING;
1014 mState = PLAYING;
    [all...]
SoundPool.h 115 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING };
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 68 PLAYING,
WifiDisplaySource.cpp 276 if (!strcasecmp(val, "pause") && mState == PLAYING) {
335 if (mState != PLAYING) {
444 mState = PLAYING;
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js 660 // if a video different from the one already playing was requested, cue it up
684 if (event.data == YT.PlayerState.PLAYING) {
689 // track the start playing event so we know from which page the video was selected
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 250 $(this.parentElement).addClass('playing');
    [all...]

Completed in 1436 milliseconds