Home
last modified time | relevance | path

Searched refs:PLAYBACK_STATE_PLAYING (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DPlaybackState.h14 PLAYBACK_STATE_PLAYING = 1, enumerator
H A DController.cpp1070 state = PLAYBACK_STATE_PLAYING; in _PlaybackState()
1266 fVideoView->SetPlaying(state == PLAYBACK_STATE_PLAYING); in NotifyPlayModeChanged()
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp166 if (playbackState != PLAYBACK_STATE_PLAYING) in Draw()
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp414 case PLAYBACK_STATE_PLAYING: in SetPlaybackState()