Home
last modified time | relevance | path

Searched refs:mVideoSurface (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DVideoFragment.java32 SurfaceView mVideoSurface; field in VideoFragment
41 mVideoSurface = (SurfaceView) LayoutInflater.from(FragmentUtil.getContext(this)).inflate( in onCreateView()
43 root.addView(mVideoSurface, 0); in onCreateView()
44 mVideoSurface.getHolder().addCallback(new SurfaceHolder.Callback() { in onCreateView()
81 mMediaPlaybackCallback.surfaceCreated(mVideoSurface.getHolder()); in setSurfaceHolderCallback()
91 ViewGroup.LayoutParams p = mVideoSurface.getLayoutParams(); in onVideoSizeChanged()
101 mVideoSurface.setLayoutParams(p); in onVideoSizeChanged()
108 return mVideoSurface; in getSurfaceView()
113 mVideoSurface = null; in onDestroyView()
DVideoSupportFragment.java35 SurfaceView mVideoSurface; field in VideoSupportFragment
44 mVideoSurface = (SurfaceView) LayoutInflater.from(getContext()).inflate( in onCreateView()
46 root.addView(mVideoSurface, 0); in onCreateView()
47 mVideoSurface.getHolder().addCallback(new SurfaceHolder.Callback() { in onCreateView()
84 mMediaPlaybackCallback.surfaceCreated(mVideoSurface.getHolder()); in setSurfaceHolderCallback()
94 ViewGroup.LayoutParams p = mVideoSurface.getLayoutParams(); in onVideoSizeChanged()
104 mVideoSurface.setLayoutParams(p); in onVideoSizeChanged()
111 return mVideoSurface; in getSurfaceView()
116 mVideoSurface = null; in onDestroyView()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.h203 sp<IBinder> mVideoSurface; variable
DCamera2Client.cpp2142 if (binder == mVideoSurface) { in setVideoTarget()
2195 mVideoSurface = binder; in setVideoTarget()