Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java313 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(new LocalDelegate()); in onVideoCallScreenUiReady()
341 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(null); in onVideoCallScreenUiUnready()
387 public VideoSurfaceTexture getLocalVideoSurfaceTexture() { in getLocalVideoSurfaceTexture() method in VideoCallPresenter
388 return InCallPresenter.getInstance().getLocalVideoSurfaceTexture(); in getLocalVideoSurfaceTexture()
957 Surface surface = getLocalVideoSurfaceTexture().getSavedSurface(); in onCameraDimensionsChange()
976 getLocalVideoSurfaceTexture().setSurfaceDimensions(new Point(width, height)); in changePreviewDimensions()
1003 Point previewDimensions = getLocalVideoSurfaceTexture().getSurfaceDimensions(); in onDeviceOrientationChanged()
DInCallPresenter.java1870 VideoSurfaceTexture getLocalVideoSurfaceTexture() { in getLocalVideoSurfaceTexture() method in InCallPresenter
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerVideoCallScreen.java63 delegate.getLocalVideoSurfaceTexture().attachToTextureView(textureView); in onVideoScreenStart()
121 Point cameraDimensions = delegate.getLocalVideoSurfaceTexture().getSurfaceDimensions(); in updatePreviewVideoScaling()
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreenDelegate.java44 VideoSurfaceTexture getLocalVideoSurfaceTexture(); in getLocalVideoSurfaceTexture() method
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java696 videoCallScreenDelegate.getLocalVideoSurfaceTexture().attachToTextureView(previewTextureView); in showVideoViews()
998 videoCallScreenDelegate.getLocalVideoSurfaceTexture(); in updatePreviewVideoScaling()