HomeSort by relevance Sort by last modified time
    Searched refs:getRemoteVideoSurfaceTexture (Results 1 - 4 of 4) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/video/protocol/
VideoCallScreenDelegate.java 46 VideoSurfaceTexture getRemoteVideoSurfaceTexture();
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 325 InCallPresenter.getInstance().getRemoteVideoSurfaceTexture().setDelegate(new RemoteDelegate());
403 public VideoSurfaceTexture getRemoteVideoSurfaceTexture() {
404 return InCallPresenter.getInstance().getRemoteVideoSurfaceTexture();
790 Surface surface = getRemoteVideoSurfaceTexture().getSavedSurface();
    [all...]
InCallPresenter.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
VideoCallFragment.java 662 videoCallScreenDelegate.getRemoteVideoSurfaceTexture().attachToTextureView(remoteTextureView);
    [all...]

Completed in 187 milliseconds