public interface

ModifiersProto.ArcModifiersOrBuilder

 androidx.wear.protolayout.proto.ModifiersProto.ArcModifiersOrBuilder

Subclasses:

ModifiersProto.ArcModifiers, ModifiersProto.ArcModifiers.Builder

Summary

Methods
public ModifiersProto.ClickablegetClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.

public TypesProto.FloatPropgetOpacity()

 The opacity of the element with a value from 0 to 1, where 0 means
 the element is completely transparent and 1 means the element is
 completely opaque.

public ModifiersProto.SemanticsgetSemantics()

 Adds metadata for the modified element, for example, screen reader content
 descriptions.

public booleanhasClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.

public booleanhasOpacity()

 The opacity of the element with a value from 0 to 1, where 0 means
 the element is completely transparent and 1 means the element is
 completely opaque.

public booleanhasSemantics()

 Adds metadata for the modified element, for example, screen reader content
 descriptions.

Methods

public boolean hasClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

Returns:

Whether the clickable field is set.

public ModifiersProto.Clickable getClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

Returns:

The clickable.

public boolean hasSemantics()

 Adds metadata for the modified element, for example, screen reader content
 descriptions.
 
.androidx.wear.protolayout.proto.Semantics semantics = 2;

Returns:

Whether the semantics field is set.

public ModifiersProto.Semantics getSemantics()

 Adds metadata for the modified element, for example, screen reader content
 descriptions.
 
.androidx.wear.protolayout.proto.Semantics semantics = 2;

Returns:

The semantics.

public boolean hasOpacity()

 The opacity of the element with a value from 0 to 1, where 0 means
 the element is completely transparent and 1 means the element is
 completely opaque. Defaults to 1.
 
.androidx.wear.protolayout.proto.FloatProp opacity = 4;

Returns:

Whether the opacity field is set.

public TypesProto.FloatProp getOpacity()

 The opacity of the element with a value from 0 to 1, where 0 means
 the element is completely transparent and 1 means the element is
 completely opaque. Defaults to 1.
 
.androidx.wear.protolayout.proto.FloatProp opacity = 4;

Returns:

The opacity.