public final class

ProgressIndicatorLayout.Builder

extends java.lang.Object

implements LayoutElementBuilders.LayoutElement.Builder

 java.lang.Object

↳androidx.wear.tiles.material.layouts.ProgressIndicatorLayout.Builder

Overview

Builder class for ProgressIndicatorLayout.

Summary

Constructors
publicBuilder(DeviceParametersBuilders.DeviceParameters deviceParameters)

Creates a builder for the ProgressIndicatorLayoutt.

Methods
public ProgressIndicatorLayoutbuild()

Constructs and returns ProgressIndicatorLayout with the provided content and look.

public ProgressIndicatorLayout.BuildersetContent(LayoutElementBuilders.LayoutElement content)

Sets the additional content to this layout, inside of the screen.

public ProgressIndicatorLayout.BuildersetProgressIndicatorContent(LayoutElementBuilders.LayoutElement progressIndicator)

Sets the progress indicator which will be around the edges.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public Builder(DeviceParametersBuilders.DeviceParameters deviceParameters)

Creates a builder for the ProgressIndicatorLayoutt. Custom content inside of it can later be set with (ProgressIndicatorLayout.Builder.setContent(LayoutElementBuilders.LayoutElement).

Methods

public ProgressIndicatorLayout.Builder setProgressIndicatorContent(LayoutElementBuilders.LayoutElement progressIndicator)

Sets the progress indicator which will be around the edges.

Sets the additional content to this layout, inside of the screen.

Constructs and returns ProgressIndicatorLayout with the provided content and look.