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()
352 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(null); in onVideoCallScreenUiUnready()
398 public VideoSurfaceTexture getLocalVideoSurfaceTexture() { in getLocalVideoSurfaceTexture() method in VideoCallPresenter
399 return InCallPresenter.getInstance().getLocalVideoSurfaceTexture(); in getLocalVideoSurfaceTexture()
973 Surface surface = getLocalVideoSurfaceTexture().getSavedSurface(); in onCameraDimensionsChange()
992 getLocalVideoSurfaceTexture().setSurfaceDimensions(new Point(width, height)); in changePreviewDimensions()
1019 Point previewDimensions = getLocalVideoSurfaceTexture().getSurfaceDimensions(); in onDeviceOrientationChanged()
DInCallPresenter.java1875 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.java732 videoCallScreenDelegate.getLocalVideoSurfaceTexture().attachToTextureView(previewTextureView); in showVideoViews()
1042 videoCallScreenDelegate.getLocalVideoSurfaceTexture(); in updatePreviewVideoScaling()