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

/frameworks/base/core/java/android/widget/
H A DVideoView.java55 * Displays a video file. The VideoView class
61 * <em>Note: VideoView does not retain its full state when going into the
69 * change from its previously returned value when the VideoView is restored.
71 public class VideoView extends SurfaceView class in inherits:SurfaceView,MediaPlayerControl,SubtitleController.Anchor
73 private String TAG = "VideoView";
87 // mCurrentState is a VideoView object's current state.
89 // For instance, regardless the VideoView object's current state,
120 public VideoView(Context context) { method in class:VideoView
125 public VideoView(Context context, AttributeSet attrs) { method in class:VideoView
130 public VideoView(Contex method in class:VideoView
[all...]

Completed in 37 milliseconds