вы можете использовать занятие со всплывающим стилем и показать VideoView в этом занятии:
<activity android:name=".DetailDialog" android:theme="@style/Theme.CustomDialog"></activity>
<style name="Theme.CustomDialog" parent="android:style/Theme.Dialog">
<item name="android:backgroundDimEnabled">false</item>
</style>