HomeSort by relevance Sort by last modified time
    Searched defs:mVideoSurface (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
VideoFragment.java 32 SurfaceView mVideoSurface;
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;
VideoSupportFragment.java 35 SurfaceView mVideoSurface;
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;
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 203 sp<IBinder> mVideoSurface;
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 122 milliseconds