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

/frameworks/base/core/java/android/widget/
H A DVideoView.java273 mMediaController.setEnabled(isInPlaybackState());
507 if (isInPlaybackState() && mMediaController != null) {
515 if (isInPlaybackState() && mMediaController != null) {
531 if (isInPlaybackState() && isKeyCodeSupported && mMediaController != null) {
572 if (isInPlaybackState()) {
580 if (isInPlaybackState()) {
599 if (isInPlaybackState()) {
611 if (isInPlaybackState()) {
618 if (isInPlaybackState()) {
627 return isInPlaybackState()
637 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 105 milliseconds