Searched refs:setDisplayVideoSize (Results 1 - 2 of 2) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoCallPresenter.java828 setDisplayVideoSize(width, height);
1043 private void setDisplayVideoSize(int width, int height) { method in class:VideoCallPresenter
1044 Log.d(this, "setDisplayVideoSize:Received peer width=" + width + " peer height=" + height);
1052 Log.d("VideoCallPresenter", "setDisplayVideoSize: windowmgr width=" + size.x
1061 ui.setDisplayVideoSize(size.x, size.y);
1300 void setDisplayVideoSize(int width, int height); method in interface:VideoCallPresenter.VideoCallUi
H A DVideoCallFragment.java709 public void setDisplayVideoSize(int width, int height) { method in class:VideoCallFragment
710 Log.d(this, "setDisplayVideoSize: width=" + width + " height=" + height);

Completed in 34 milliseconds