Searched refs:SURFACE_PREVIEW (Results 1 – 2 of 2) sorted by relevance
290 if (surface == VideoCallFragment.SURFACE_PREVIEW ) { in onSurfaceCreated()330 } else if (surface == VideoCallFragment.SURFACE_PREVIEW) { in onSurfaceReleased()354 if (surface == VideoCallFragment.SURFACE_PREVIEW) { in onSurfaceDestroyed()
59 public static final int SURFACE_PREVIEW = 2; field in VideoCallFragment840 sPreviewSurface = new VideoCallSurface(getPresenter(), SURFACE_PREVIEW, in inflateVideoCallViews()