HomeSort by relevance Sort by last modified time
    Searched full:displaylayout (Results 1 - 1 of 1) sorted by null

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 136 private final Rect displayLayout = new Rect();
206 displayLayout.set(
212 + displayLayout.width() + " x " + displayLayout.height() + ". Video: " + videoWidth
219 videoAspectRatio, displayLayout.width(), displayLayout.height());
220 displayLayout.inset((displayLayout.width() - displaySize.x) / 2,
221 (displayLayout.height() - displaySize.y) / 2);
222 Logging.d(TAG, " Adjusted display size: " + displayLayout.width() + " x
    [all...]

Completed in 57 milliseconds