Home | History | Annotate | Download | only in widget

Lines Matching refs:isInPlaybackState

402             mMediaController.setEnabled(isInPlaybackState());
658 if (isInPlaybackState() && mMediaController != null) {
666 if (isInPlaybackState() && mMediaController != null) {
682 if (isInPlaybackState() && isKeyCodeSupported && mMediaController != null) {
724 if (isInPlaybackState()) {
733 if (isInPlaybackState()) {
752 if (isInPlaybackState()) {
761 if (isInPlaybackState()) {
769 if (isInPlaybackState()) {
779 return isInPlaybackState() && mMediaPlayer.isPlaying();
790 private boolean isInPlaybackState() {