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

/frameworks/base/core/java/android/widget/
H A DVideoView.java371 mMediaController.setEnabled(isInPlaybackState());
627 if (isInPlaybackState() && mMediaController != null) {
635 if (isInPlaybackState() && mMediaController != null) {
651 if (isInPlaybackState() && isKeyCodeSupported && mMediaController != null) {
693 if (isInPlaybackState()) {
702 if (isInPlaybackState()) {
721 if (isInPlaybackState()) {
730 if (isInPlaybackState()) {
738 if (isInPlaybackState()) {
748 return isInPlaybackState()
759 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 490 milliseconds