Searched defs:VideoView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DVideoView.java57 * Displays a video file. The VideoView class
63 * <em>Note: VideoView does not retain its full state when going into the
71 * change from its previously returned value when the VideoView is restored.
73 * By default, VideoView requests audio focus with {@link AudioManager#AUDIOFOCUS_GAIN}. Use
81 public class VideoView extends SurfaceView class in inherits:SurfaceView,MediaPlayerControl,SubtitleController.Anchor
83 private static final String TAG = "VideoView";
100 // mCurrentState is a VideoView object's current state.
102 // For instance, regardless the VideoView object's current state,
136 public VideoView(Context context) { method in class:VideoView
140 public VideoView(Contex method in class:VideoView
144 public VideoView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:VideoView
148 public VideoView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:VideoView
[all...]

Completed in 60 milliseconds