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 324 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(new LocalDelegate());
354 InCallPresenter.getInstance().getLocalVideoSurfaceTexture().setDelegate(null);
398 public VideoSurfaceTexture getLocalVideoSurfaceTexture() {
399 return InCallPresenter.getInstance().getLocalVideoSurfaceTexture();
    [all...]
InCallPresenter.java     [all...]
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
VideoCallFragment.java 661 videoCallScreenDelegate.getLocalVideoSurfaceTexture().attachToTextureView(previewTextureView);
    [all...]

Completed in 130 milliseconds