Home
last modified time | relevance | path

Searched refs:MediaPlayerControl (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java51 import android.widget.MediaController.MediaPlayerControl;
68 private static class RgbView extends View implements MediaPlayerControl {
H A DVideoDumpView.java56 import android.widget.MediaController.MediaPlayerControl;
66 class VideoDumpView extends GLSurfaceView implements MediaPlayerControl {
/aosp14/frameworks/base/core/java/android/widget/
H A DMediaController.java78 private MediaPlayerControl mPlayer;
250 public void setMediaPlayer(MediaPlayerControl player) { in setMediaPlayer()
772 public interface MediaPlayerControl { interface in MediaController
H A DVideoView.java51 import android.widget.MediaController.MediaPlayerControl;
84 implements MediaPlayerControl, SubtitleController.Anchor {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes9651 android.widget.MediaController$MediaPlayerControl
H A Dboot-image-profile.txt32450 Landroid/widget/MediaController$MediaPlayerControl;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9682 android.widget.MediaController$MediaPlayerControl
H A Dboot-image-profile.txt42584 Landroid/widget/MediaController$MediaPlayerControl;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt59125 method public void setMediaPlayer(android.widget.MediaController.MediaPlayerControl);
59131 public static interface MediaController.MediaPlayerControl {
60644 …iew extends android.view.SurfaceView implements android.widget.MediaController.MediaPlayerControl {