Searched refs:isInPlaybackState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DVideoView.java381 mMediaController.setEnabled(isInPlaybackState());
637 if (isInPlaybackState() && mMediaController != null) {
645 if (isInPlaybackState() && mMediaController != null) {
661 if (isInPlaybackState() && isKeyCodeSupported && mMediaController != null) {
703 if (isInPlaybackState()) {
712 if (isInPlaybackState()) {
731 if (isInPlaybackState()) {
740 if (isInPlaybackState()) {
748 if (isInPlaybackState()) {
758 return isInPlaybackState()
769 private boolean isInPlaybackState() { method in class:VideoView
[all...]
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java216 private boolean isInPlaybackState() { method in class:VideoDumpView
237 if (isInPlaybackState()) {
248 return isInPlaybackState() && mMediaPlayer.isPlaying();

Completed in 95 milliseconds