Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java314 InCallPresenter.getInstance().getRemoteVideoSurfaceTexture().setDelegate(new RemoteDelegate()); in onVideoCallScreenUiReady()
392 public VideoSurfaceTexture getRemoteVideoSurfaceTexture() { in getRemoteVideoSurfaceTexture() method in VideoCallPresenter
393 return InCallPresenter.getInstance().getRemoteVideoSurfaceTexture(); in getRemoteVideoSurfaceTexture()
790 Surface surface = getRemoteVideoSurfaceTexture().getSavedSurface(); in adjustVideoMode()
921 getRemoteVideoSurfaceTexture().setSourceVideoDimensions(new Point(width, height)); in onUpdatePeerDimensions()
1110 getRemoteVideoSurfaceTexture().setSurfaceDimensions(screenSize); in updateRemoteVideoSurfaceDimensions()
DInCallPresenter.java1881 VideoSurfaceTexture getRemoteVideoSurfaceTexture() { in getRemoteVideoSurfaceTexture() method in InCallPresenter
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreenDelegate.java46 VideoSurfaceTexture getRemoteVideoSurfaceTexture(); in getRemoteVideoSurfaceTexture() method
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java697 videoCallScreenDelegate.getRemoteVideoSurfaceTexture().attachToTextureView(remoteTextureView); in showVideoViews()
1022 videoCallScreenDelegate.getRemoteVideoSurfaceTexture(); in updateRemoteVideoScaling()