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

  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AbstractCinematicEvent.java 37 import com.jme3.cinematic.PlayState;
55 protected PlayState playState = PlayState.Stopped;
104 playState = PlayState.Playing;
123 if (playState == PlayState.Playing) {
147 playState = PlayState.Stopped
    [all...]
MotionTrack.java 38 import com.jme3.cinematic.PlayState;
167 if (playState == PlayState.Playing) {
265 control.playState = playState;
419 return playState != PlayState.Stopped;
PositionTrack.java 80 if (playState != playState.Paused) {
RotationTrack.java 80 if (playState != playState.Paused) {
ScaleTrack.java 80 if (playState != playState.Paused) {
AnimationTrack.java 39 import com.jme3.cinematic.PlayState;
131 if (playState == PlayState.Stopped) {
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.h 68 SLuint32 playState,
AudioPlayer_to_android.cpp 42 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState,
47 switch (playState) {
65 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
83 SL_LOGE(ERROR_PLAYERSETPLAYSTATE_INVALID_OBJECT_STATE_D, playState);
    [all...]
MediaPlayer_to_android.cpp 600 SLuint32 playState,
606 switch (playState) {
  /frameworks/wilhelm/tests/sandbox/
urimime.c 137 SLuint32 playState;
138 result = (*playerPlay)->GetPlayState(playerPlay, &playState);
140 if (SL_PLAYSTATE_PLAYING != playState) {
  /external/webkit/Source/WebCore/platform/animation/
AnimationList.cpp 48 FILL_UNSET_PROPERTY(isPlayStateSet, playState, setPlayState);
Animation.h 96 EAnimPlayState playState() const { return static_cast<EAnimPlayState>(m_playState); }
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 284 SLuint32 playState;
286 result = (*playItf)->GetPlayState(playItf, &playState);
288 if (playState != SL_PLAYSTATE_PLAYING)
307 assert(playState == SL_PLAYSTATE_STOPPED);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
Cinematic.java 98 if (playState == PlayState.Paused) {
101 if (ce.getPlayState() == PlayState.Paused) {
124 if (ce.getPlayState() == PlayState.Playing) {
182 return playState == PlayState.Playing;
234 if (playState != PlayState.Playing) {
  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.cpp 153 if (isNew() && m_animation->playState() == AnimPlayStatePlaying)
AnimationBase.cpp     [all...]
CompositeAnimation.cpp 243 keyframeAnim->updatePlayState(anim->playState());
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 1379 milliseconds