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

  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
PlayState.java 46 Stopped
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AbstractCinematicEvent.java 55 protected PlayState playState = PlayState.Stopped;
147 playState = PlayState.Stopped;
255 oc.write(playState, "playState", PlayState.Stopped);
268 playState = ic.readEnum("playState", PlayState.class, PlayState.Stopped);
SoundTrack.java 143 if (audioNode.getStatus() == AudioNode.Status.Stopped) {
AnimationTrack.java 131 if (playState == PlayState.Stopped) {
MotionTrack.java 419 return playState != PlayState.Stopped;
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 86 Stopped, // media player is stopped and not prepared to play
227 if (mState == State.Paused || mState == State.Stopped) {
247 if (mState == State.Stopped) {
248 // If we're stopped, just go ahead to the next song and start playing
306 mState = State.Stopped;
383 else if (mState == State.Playing || mState == State.Paused || mState == State.Stopped) {
403 mState = State.Stopped;
550 mState = State.Stopped;
577 mState = State.Stopped;
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 288 src.setStatus(Status.Stopped);
302 src.setStatus(Status.Stopped);
477 src.setStatus(Status.Stopped);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java 73 protected transient volatile Status status = Status.Stopped;
102 * The audio node is currently stopped.
106 Stopped,
277 if (status != Status.Stopped) {
278 throw new IllegalStateException("Can only set source id when stopped");
  /external/llvm/lib/CodeGen/
Passes.cpp 226 Started(true), Stopped(false), TM(tm), Impl(0), Initialized(false),
287 /// Started/Stopped flags indicate either that the compilation should start at
290 /// and StopAfter options and change the Started/Stopped flags accordingly.
300 if (Started && !Stopped)
303 Stopped = true;
306 if (Stopped && !Started)
  /external/llvm/include/llvm/CodeGen/
Passes.h 62 bool Stopped;
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 309 // updateSourceParam() (because the audio stopped playing
749 boolean stopped = state == AL_STOPPED;
755 if (stopped)
758 if (stopped){
760 src.setStatus(Status.Stopped);
776 if (stopped){
778 src.setStatus(Status.Stopped);
868 //assert src.getStatus() == Status.Stopped || src.getChannel() == -1;
872 }else if (src.getStatus() == Status.Stopped){
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 333 (gEpocEnv->iDsa->Stopped() && aReturnValue != MSDLObserver::ESuspendNoSuspend))
448 if(gEpocEnv->iDsa->Stopped() || EpocSdlEnv::Flags(CSDL::EEnableFocusStop))
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 273 TBool CDsa::Stopped() const
799 if(Stopped())
dsa.cpp 290 if(Stopped())
730 TBool CDsa::Stopped() const
dsa_new.cpp 437 TBool CDsa::Stopped() const
1038 if(Stopped())

Completed in 271 milliseconds