Searched defs:surfaceId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoCallFragment.java127 * @param surfaceId The surface ID of the surface.
130 public VideoCallSurface(VideoCallPresenter presenter, int surfaceId, argument
132 this(presenter, surfaceId, textureView, DIMENSIONS_NOT_SET, DIMENSIONS_NOT_SET);
138 * @param surfaceId The surface ID of the surface.
143 public VideoCallSurface(VideoCallPresenter presenter,int surfaceId, TextureView textureView, argument
145 Log.d(this, "VideoCallSurface: surfaceId=" + surfaceId +
150 mSurfaceId = surfaceId;
H A DVideoCallPresenter.java362 * @param surfaceId The video surface receiving the click.
364 public void onSurfaceClick(int surfaceId) { argument

Completed in 14 milliseconds