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

/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoCallFragment.java128 * @param textureView The {@link TextureView} for the surface.
131 TextureView textureView) {
132 this(presenter, surfaceId, textureView, DIMENSIONS_NOT_SET, DIMENSIONS_NOT_SET);
139 * @param textureView The {@link TextureView} for the surface.
143 public VideoCallSurface(VideoCallPresenter presenter,int surfaceId, TextureView textureView, argument
152 recreateView(textureView);
821 * @param textureView The {@link TextureView} to resize and position.
824 private void setSurfaceSizeAndTranslation(TextureView textureView, Point size) { argument
826 ViewGroup.LayoutParams params = textureView.getLayoutParams();
829 textureView
130 VideoCallSurface(VideoCallPresenter presenter, int surfaceId, TextureView textureView) argument
[all...]

Completed in 36 milliseconds