Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/media/
DVideoViewDemo.java33 private VideoView mVideoView; field in VideoViewDemo
39 mVideoView = (VideoView) findViewById(R.id.surface_view); in onCreate()
55 mVideoView.setVideoPath(path); in onCreate()
56 mVideoView.setMediaController(new MediaController(this)); in onCreate()
57 mVideoView.requestFocus(); in onCreate()