Searched refs:sDisplaySurface (Results 1 – 1 of 1) sorted by relevance
70 private static VideoCallSurface sDisplaySurface = null; field in VideoCallFragment582 if (sDisplaySurface != null) { in cleanupSurfaces()583 sDisplaySurface.setDoneWithSurface(); in cleanupSurfaces()584 sDisplaySurface = null; in cleanupSurfaces()624 if (sDisplaySurface != null) { in onPresenterChanged()625 sDisplaySurface.resetPresenter(presenter);; in onPresenterChanged()637 boolean ret = sDisplaySurface != null && sDisplaySurface.getSurface() != null; in isDisplayVideoSurfaceCreated()658 return sDisplaySurface == null ? null : sDisplaySurface.getSurface(); in getDisplayVideoSurface()769 if (sDisplaySurface != null) { in setDisplayVideoSize()770 TextureView displayVideo = sDisplaySurface.getTextureView(); in setDisplayVideoSize()[all …]