HomeSort by relevance Sort by last modified time
    Searched refs:playing (Results 1 - 25 of 47) sorted by null

1 2

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaPlayer.java 21 private boolean playing; field in class:ShadowMediaPlayer
52 playing = true;
72 return playing;
92 playing = true;
97 playing = false;
102 playing = false;
108 playing = false;
114 playing = false;
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSMusic.java 53 } else if (!track.playing()) {
60 if (track.playing()) {
72 return track.playing() && !track.paused();
  /external/autotest/client/site_tests/video_VideoReload/
reload.js 7 // Reload video after playing for several seconds.
  /external/opencv3/samples/python2/
feature_homography.py 51 playing = not self.paused and not self.rect_sel.dragging
52 if playing or self.frame is None:
68 if playing:
plane_ar.py 56 playing = not self.paused and not self.rect_sel.dragging
57 if playing or self.frame is None:
64 if playing:
plane_tracker.py 146 playing = not self.paused and not self.rect_sel.dragging
147 if playing or self.frame is None:
154 if playing:
  /external/autotest/client/site_tests/video_YouTubePage/files/
video_YouTubePageCommon.js 21 console.error('Error playing video: ' + e.type);
24 videoElement.addEventListener('playing', logEventHappened);
67 return 'playing';
  /frameworks/support/media-compat/jellybean-mr2/android/support/v4/media/
TransportMediatorJellybeanMR2.java 159 public void refreshState(boolean playing, long position, int transportControls) {
161 mRemoteControl.setPlaybackState(playing ? RemoteControlClient.PLAYSTATE_PLAYING
162 : RemoteControlClient.PLAYSTATE_STOPPED, position, playing ? 1 : 0);
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 144 private void updateChronometerVisibility(final boolean playing) {
153 mChronometer.setVisibility(playing ? View.VISIBLE : View.INVISIBLE);
219 * Prepare the MediaPlayer, and if mPrepareOnPlayback, start playing the audio
237 updateChronometerVisibility(false /* playing */);
320 final boolean playing = mMediaPlayer != null && mMediaPlayer.isPlaying();
321 updateChronometerVisibility(playing);
322 if (mStartPlayAfterPrepare || playing) {
333 updateChronometerVisibility(false /* playing */);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
SoundPlayerObject.java 113 boolean playing = isPlaying();
149 if (playing)
150 play(true); //start playing if it was playing before
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
play.js 11 console.log('Playing element: ' + mediaElements[i].src);
25 window.__registerHTML5EventCompleted(element, 'playing');
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeStateMachineTest.java 220 "Active call disconnects, but tone is playing",
239 "Tone stops playing, with no active calls",
  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.h 45 void postVideoEvent(int instances, int instanceID, bool preparing, bool playing);
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 31 * Simple widget to show currently playing album art along
73 linkButtons(context, views, false /* not playing */);
152 final boolean playing = service.isPlaying();
153 if (playing) {
160 linkButtons(service, views, playing);
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator_test.cpp 96 <!-- @deprecated This permission is for playing outside. -->
118 * @deprecated This permission is for playing outside.
  /external/webrtc/webrtc/voice_engine/
channel.h 93 playing(false),
101 bool playing; member in struct:webrtc::voe::ChannelState::State
142 state_.playing = enable;
418 bool Playing() const
420 return channel_state_.Get().playing;
channel.cc 397 // Start playing out the Dtmf tone (if playout is enabled).
467 if (!channel_state_.Get().playing)
469 // Avoid inserting into NetEQ when we are not playing. Count the
473 "received packet is discarded since playing is not"
701 // Special case, if we're playing a file on the playout side
    [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALChannelSource.java 177 @Selector("playing")
178 public native boolean playing(); method in class:ALChannelSource
ALSoundSource.java 124 @Selector("playing")
125 boolean playing (); method in interface:ALSoundSource
ALSource.java 205 @Selector("playing")
206 public native boolean playing(); method in class:ALSource
OALAudioTrack.java 251 @Selector("playing")
252 public native boolean playing(); method in class:OALAudioTrack
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h 603 int playing; member in struct:pa_timing_info
643 * underrun. playing will tell you which case it is. \since
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h 643 int playing; member in struct:pa_timing_info
683 * underrun. playing will tell you which case it is. \since
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/page/
action_runner.py 596 playing_event_timeout_in_seconds: Maximum waiting time for the "playing"
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractMediaItemPresenter.java 75 * Indicating that the media item is currently neither playing nor paused.
83 * Indicating that the media item is currently playing
213 mMediaItemPlayingView = mergeView.findViewById(R.id.playing);
346 * This view is rendered when the media item row is neither playing nor paused.
360 * @return The view rendered when the media item row is playing.
379 * Returns the view displayed when the media item is neither playing nor paused,

Completed in 1229 milliseconds

1 2