I have written these lines of code:
mVideoView = (VideoView) findViewById(R.id.video_view); mVideoView.setOnClickListener(new OnClickListener() { @O
You can well use a button which is transparent on the video view if you want a specific part of the video on touch to do something.