Home
last modified time | relevance | path

Searched refs:Stopped (Results 1 – 25 of 28) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
DAbstractCinematicEvent.java55 protected PlayState playState = PlayState.Stopped;
147 playState = PlayState.Stopped; in stop()
255 oc.write(playState, "playState", PlayState.Stopped); in write()
268 playState = ic.readEnum("playState", PlayState.class, PlayState.Stopped); in read()
DSoundTrack.java143 if (audioNode.getStatus() == AudioNode.Status.Stopped) { in onUpdate()
DAnimationTrack.java131 if (playState == PlayState.Stopped) { in onPlay()
DMotionTrack.java419 return playState != PlayState.Stopped; in isEnabled()
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DPlayState.java46 Stopped enumConstant
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DAudioNode.java73 protected transient volatile Status status = Status.Stopped;
106 Stopped, enumConstant
277 if (status != Status.Stopped) { in setChannel()
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
DAndroidAudioRenderer.java288 src.setStatus(Status.Stopped); in cleanup()
302 src.setStatus(Status.Stopped); in onCompletion()
477 src.setStatus(Status.Stopped); in deleteAudioData()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
DLwjglAudioRenderer.java760 src.setStatus(Status.Stopped); in updateInThread()
778 src.setStatus(Status.Stopped); in updateInThread()
872 }else if (src.getStatus() == Status.Stopped){ in playSource()
931 if (src.getStatus() != Status.Stopped){ in stopSource()
935 src.setStatus(Status.Stopped); in stopSource()
/external/markdown/docs/
DCHANGE_LOG105 May 18, 2006: Stopped catching unquoted titles in reference links.
106 Stopped creating blank headers.
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1402 if (newState == Running && oldState == Stopped && m_layer.data()) in updateState()
1451 if (newState == Running && oldState == Stopped) { in updateState()
1455 } else if (newState == Stopped && oldState == Running) { in updateState()
1577 } else if (newState == QAbstractAnimation::Stopped) { in updateState()
1623 if (newState == Stopped) in updateState()
/external/bluetooth/bluez/doc/
Daudio-api.txt143 void Stopped() {deprecated}
249 void Stopped() {deprecated}
/external/chromium/testing/gtest/
DCHANGES49 * Stopped supporting VC++ 7.1 with exceptions disabled.
/external/gtest/
DCHANGES52 * Stopped supporting VC++ 7.1 with exceptions disabled.
/external/quake/quake/src/QW/
Dqwrlnote.txt337 - Stopped reporting spectators as players when front-ends request info.
/external/quake/quake/src/WinQuake/data/
DREADME.TXT369 * Stopped demos changing while in the menus
/external/v8/
DChangeLog800 Stopped using mprotect on Cygwin.
1563 Stopped calling inherited setters when creating object literals
1579 Stopped JSON objects from hitting inherited setters (part of
2718 Stopped using the 'sahf' instruction on 64-bit machines that do
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts1222 <source>Stopped</source>
/external/dnsmasq/
DCHANGELOG.archive13 Stopped claiming in doc.html that smail is the default Debian
156 Stopped distributing binaries in the tarball to avoid
/external/libpng/
DCHANGES1076 Stopped a double free of palette, hist, and trans when not using free_me.
/external/webkit/Source/WebKit/chromium/
DChangeLog3093 Stopped passing the WorkerFileSystemCallbacksBridge's reference to
DChangeLog-2011-02-1625981 cached function pointers were pointing to garbage. Stopped closing
/external/webkit/Source/WebCore/
DChangeLog-2002-12-038508 - Stopped trying to align controls along baselines of their interior text. Konqueror is
8512 - Stopped using monospace for textareas and inputs.
DChangeLog-2003-10-2516155 - fixed 3129387 -- Stopped responding to controls while filling out form (exception in KWQTextArea)
DChangeLog12420 * bindings/scripts/CodeGeneratorV8.pm: Stopped generating the
53541 Stopped calling deprecatedNode and deprecatedEditingOffset in the following functions:
/external/dbus/
DChangeLog.pre-1-08494 * python/dbus-bindings.pyx.in: Stopped the bindings from trashing

12