Home | History | Annotate | Download | only in music

Lines Matching full:playing

67     /** used to specify whether enqueue() should start playing
351 // Check that we're not being destroyed while something is still playing.
353 Log.e(LOGTAG, "Service being destroyed while still playing.");
530 // - go to UMS and delete some files, including the currently playing one
659 // just started but not bound to and nothing is playing
674 // something is currently playing, or will be playing once
696 // Check again to make sure nothing is playing right now
757 * for the currently playing track:
768 * started playing, that the playback queue has
780 i.putExtra("playing", isPlaying());
857 * If nothing is playing currently, playback will be started at
1013 // Start playing a little bit before the bookmark,
1196 /** Returns whether something is currently playing
1198 * @return true if something is playing (or will be playing shortly, in case
1220 When playing an album with 10 tracks from the start, and enabling shuffle
1221 while playing track 5, the remaining tracks (6-10) will be shuffled, e.g.
1223 When hitting 'prev' 8 times while playing track 7 in this example, the
1385 // Make sure there are at least 5 items after the currently playing item
1613 * Returns the path of the currently playing file, or null if
1614 * no file is currently playing.
1621 * Returns the rowid of the currently playing file, or -1 if
1622 * no file is currently playing.
1644 * Starts playing the track at the given position in the queue.
2026 writer.println("playing: " + mIsSupposedToBePlaying);