Searched refs:mVideoSurface (Results 1 – 4 of 4) sorted by relevance
38 SurfaceView mVideoSurface; field in VideoFragment47 …mVideoSurface = (SurfaceView) LayoutInflater.from(FragmentUtil.getContext(VideoFragment.this)).inf… in onCreateView()49 root.addView(mVideoSurface, 0); in onCreateView()50 mVideoSurface.getHolder().addCallback(new SurfaceHolder.Callback() { in onCreateView()87 mMediaPlaybackCallback.surfaceCreated(mVideoSurface.getHolder()); in setSurfaceHolderCallback()97 ViewGroup.LayoutParams p = mVideoSurface.getLayoutParams(); in onVideoSizeChanged()107 mVideoSurface.setLayoutParams(p); in onVideoSizeChanged()114 return mVideoSurface; in getSurfaceView()119 mVideoSurface = null; in onDestroyView()
33 SurfaceView mVideoSurface; field in VideoSupportFragment42 mVideoSurface = (SurfaceView) LayoutInflater.from(getContext()).inflate( in onCreateView()44 root.addView(mVideoSurface, 0); in onCreateView()45 mVideoSurface.getHolder().addCallback(new SurfaceHolder.Callback() { in onCreateView()82 mMediaPlaybackCallback.surfaceCreated(mVideoSurface.getHolder()); in setSurfaceHolderCallback()92 ViewGroup.LayoutParams p = mVideoSurface.getLayoutParams(); in onVideoSizeChanged()102 mVideoSurface.setLayoutParams(p); in onVideoSizeChanged()109 return mVideoSurface; in getSurfaceView()114 mVideoSurface = null; in onDestroyView()
205 sp<IBinder> mVideoSurface; variable
2193 if (binder == mVideoSurface) { in setVideoTarget()2246 mVideoSurface = binder; in setVideoTarget()