Home | History | Annotate | Download | only in functional

Lines Matching refs:isPlaying

218         misPlaying = mp.isPlaying();
221 Log.v(TAG, "isPlaying "+ misPlaying + " wait time " + (t2 - t1) );
381 boolean isPlaying = false;
392 isPlaying = mp.isPlaying();
394 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
398 if (currentPosition < 0.9 * duration || isPlaying)
409 boolean isPlaying = false;
419 isPlaying = mp.isPlaying();
421 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
425 if (currentPosition > duration || isPlaying)
437 boolean isPlaying = false;
448 isPlaying = mp.isPlaying();
451 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
456 if (currentPosition > duration || isPlaying)
830 while (mMediaPlayer.isPlaying()) {