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

/frameworks/base/core/java/android/widget/
H A DVideoView.java46 * Displays a video file. The VideoView class
52 public class VideoView extends SurfaceView implements MediaPlayerControl { class in inherits:SurfaceView,MediaPlayerControl
53 private String TAG = "VideoView";
67 // mCurrentState is a VideoView object's current state.
69 // For instance, regardless the VideoView object's current state,
94 public VideoView(Context context) { method in class:VideoView
99 public VideoView(Context context, AttributeSet attrs) { method in class:VideoView
104 public VideoView(Context context, AttributeSet attrs, int defStyle) { method in class:VideoView
176 event.setClassName(VideoView.class.getName());
182 info.setClassName(VideoView
[all...]

Completed in 71 milliseconds