public interface

LayoutElementProto.LayoutOrBuilder

 androidx.wear.protolayout.proto.LayoutElementProto.LayoutOrBuilder

Subclasses:

LayoutElementProto.Layout, LayoutElementProto.Layout.Builder

Summary

Methods
public FingerprintProto.TreeFingerprintgetFingerprint()

 The fingerprint for the tree starting at "root".

public LayoutElementProto.LayoutElementgetRoot()

 The root element in the layout.

public booleanhasFingerprint()

 The fingerprint for the tree starting at "root".

public booleanhasRoot()

 The root element in the layout.

Methods

public boolean hasRoot()

 The root element in the layout.
 
.androidx.wear.protolayout.proto.LayoutElement root = 1;

Returns:

Whether the root field is set.

 The root element in the layout.
 
.androidx.wear.protolayout.proto.LayoutElement root = 1;

Returns:

The root.

public boolean hasFingerprint()

 The fingerprint for the tree starting at "root".
 
.androidx.wear.protolayout.proto.TreeFingerprint fingerprint = 1000;

Returns:

Whether the fingerprint field is set.

public FingerprintProto.TreeFingerprint getFingerprint()

 The fingerprint for the tree starting at "root".
 
.androidx.wear.protolayout.proto.TreeFingerprint fingerprint = 1000;

Returns:

The fingerprint.