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

  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerVideoCallScreen.java 118 Point cameraDimensions = delegate.getLocalVideoSurfaceTexture().getSurfaceDimensions();
119 if (cameraDimensions == null) {
125 textureView, cameraDimensions.x, cameraDimensions.y, delegate.getDeviceOrientation());
130 textureView, cameraDimensions.y, cameraDimensions.x, delegate.getDeviceOrientation());
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
VideoCallFragment.java     [all...]

Completed in 609 milliseconds