HomeSort by relevance Sort by last modified time
    Searched refs:isInPlaybackState (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
VideoView.java 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()
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoViewLegacy.java 103 if (isInPlaybackState() && isKeyCodeSupported && mMediaController != null) {
143 if (isInPlaybackState() && mMediaController != null &&
200 if (isInPlaybackState() && mMediaController != null) {
264 if (isInPlaybackState() && mMediaController != null) {
ContentVideoView.java 317 protected boolean isInPlaybackState() {
322 if (isInPlaybackState()) {
331 if (isInPlaybackState()) {
343 if (isInPlaybackState()) {
359 if (isInPlaybackState() && mNativeContentVideoView != 0) {
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 216 private boolean isInPlaybackState() {
237 if (isInPlaybackState()) {
248 return isInPlaybackState() && mMediaPlayer.isPlaying();

Completed in 199 milliseconds