Searched defs:mVideoSurface (Results 1 - 3 of 3) sorted by relevance

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

Completed in 703 milliseconds