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

  /packages/apps/Dialer/java/com/android/incallui/video/protocol/
VideoCallScreenDelegate.java 44 VideoSurfaceTexture getLocalVideoSurfaceTexture();
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerVideoCallScreen.java 63 delegate.getLocalVideoSurfaceTexture().attachToTextureView(textureView);
118 Point cameraDimensions = delegate.getLocalVideoSurfaceTexture().getSurfaceDimensions();
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 325 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(new LocalDelegate());
355 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(null);
399 public VideoSurfaceTexture getLocalVideoSurfaceTexture() {
400 return InCallPresenter.getInstance().getLocalVideoSurfaceTexture();
    [all...]
InCallPresenter.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
VideoCallFragment.java 675 videoCallScreenDelegate.getLocalVideoSurfaceTexture().attachToTextureView(previewTextureView);
    [all...]

Completed in 111 milliseconds