Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoCallFragment.java69 private static VideoCallSurface sPreviewSurface = null;
70 private static VideoCallSurface sDisplaySurface = null;
117 private static class VideoCallSurface implements TextureView.SurfaceTextureListener, class in VideoCallFragment
134 public VideoCallSurface(VideoCallPresenter presenter, int surfaceId, in VideoCallSurface() method in VideoCallFragment.VideoCallSurface
147 public VideoCallSurface(VideoCallPresenter presenter,int surfaceId, TextureView textureView, in VideoCallSurface() method in VideoCallFragment.VideoCallSurface
837 sDisplaySurface = new VideoCallSurface(getPresenter(), SURFACE_DISPLAY, in inflateVideoCallViews()
840 sPreviewSurface = new VideoCallSurface(getPresenter(), SURFACE_PREVIEW, in inflateVideoCallViews()