Lines Matching full:preview
55 * Surface ID for the preview surface.
84 * The {@link FrameLayout} containing the preview surface.
612 * @return {@code True} if the preview video surface has been created.
631 * {@link android.view.Surface} on which a preview of the outgoing video for a video call is
640 * Changes the dimensions of the preview surface. Called when the dimensions change due to a
650 TextureView preview = sPreviewSurface.getTextureView();
652 if (preview == null ) {
657 ViewGroup.LayoutParams params = preview.getLayoutParams();
660 preview.setLayoutParams(params);
674 preview.setTransform(transform);
740 * Determines the size of the preview surface.
742 * @return {@link Point} specifying the width and height of the preview surface.