[go: nahoru, domu]

blob: 501d5c5bd43f2067158e23cc902477dbf5239efc [file] [log] [blame]
// Signature format: 4.0
package androidx.media2.widget {
@Deprecated public class MediaControlView extends android.view.ViewGroup {
ctor @Deprecated public MediaControlView(android.content.Context);
ctor @Deprecated public MediaControlView(android.content.Context, android.util.AttributeSet?);
ctor @Deprecated public MediaControlView(android.content.Context, android.util.AttributeSet?, int);
method @Deprecated public void requestPlayButtonFocus();
method @Deprecated public void setMediaController(androidx.media2.session.MediaController);
method @Deprecated public void setOnFullScreenListener(androidx.media2.widget.MediaControlView.OnFullScreenListener?);
method @Deprecated public void setPlayer(androidx.media2.common.SessionPlayer);
}
@Deprecated public static interface MediaControlView.OnFullScreenListener {
method @Deprecated public void onFullScreen(android.view.View, boolean);
}
@Deprecated public class VideoView extends android.view.ViewGroup {
ctor @Deprecated public VideoView(android.content.Context);
ctor @Deprecated public VideoView(android.content.Context, android.util.AttributeSet?);
ctor @Deprecated public VideoView(android.content.Context, android.util.AttributeSet?, int);
method @Deprecated public androidx.media2.widget.MediaControlView? getMediaControlView();
method @Deprecated public int getViewType();
method @Deprecated public void setMediaControlView(androidx.media2.widget.MediaControlView, long);
method @Deprecated public void setMediaController(androidx.media2.session.MediaController);
method @Deprecated public void setOnViewTypeChangedListener(androidx.media2.widget.VideoView.OnViewTypeChangedListener?);
method @Deprecated public void setPlayer(androidx.media2.common.SessionPlayer);
method @Deprecated public void setViewType(int);
field @Deprecated public static final int VIEW_TYPE_SURFACEVIEW = 0; // 0x0
field @Deprecated public static final int VIEW_TYPE_TEXTUREVIEW = 1; // 0x1
}
@Deprecated public static interface VideoView.OnViewTypeChangedListener {
method @Deprecated public void onViewTypeChanged(android.view.View, int);
}
}