If it is still necessary. Make sure you have the latest version (checked on 0.9.1)
For full screen use
videoWidgetView.setDisplayMode(VrVideoView.DisplayMode.FULLSCREEN_MONO;
for VR glasses use
videoWidgetView.setDisplayMode(VrVideoView.DisplayMode.FULLSCREEN_STEREO);
source
share