Searched refs:mVideoSurfaceView (Results 1 – 1 of 1) sorted by relevance
63 private VideoSurfaceView mVideoSurfaceView; field in HTML5VideoFullScreen141 mVideoSurfaceView.getHolder().setFixedSize(mVideoWidth, mVideoHeight);147 return mVideoSurfaceView; in getSurfaceView()151 mVideoSurfaceView = new VideoSurfaceView(context); in HTML5VideoFullScreen()166 mMediaController.setAnchorView(mVideoSurfaceView); in attachMediaController()199 mVideoSurfaceView.setOnTouchListener(this); in onPrepared()235 mVideoSurfaceView.getHolder().setFixedSize(mVideoWidth, mVideoHeight); in onPrepared()277 mVideoSurfaceView.getHolder().addCallback(mSHCallback); in enterFullScreenVideoState()278 mVideoSurfaceView.getHolder().setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS); in enterFullScreenVideoState()279 mVideoSurfaceView.setFocusable(true); in enterFullScreenVideoState()[all …]