Loading media/java/android/media/MediaPlayer.java +2 −0 Original line number Diff line number Diff line Loading @@ -1152,6 +1152,8 @@ public class MediaPlayer * Checks whether the MediaPlayer is playing. * * @return true if currently playing, false otherwise * @throws IllegalStateException if the internal player engine has not been * initialized or has been released. */ public native boolean isPlaying(); Loading Loading
media/java/android/media/MediaPlayer.java +2 −0 Original line number Diff line number Diff line Loading @@ -1152,6 +1152,8 @@ public class MediaPlayer * Checks whether the MediaPlayer is playing. * * @return true if currently playing, false otherwise * @throws IllegalStateException if the internal player engine has not been * initialized or has been released. */ public native boolean isPlaying(); Loading