public final class

LayoutElementBuilders.ArcAdapter

extends java.lang.Object

implements LayoutElementBuilders.ArcLayoutElement

 java.lang.Object

↳androidx.wear.tiles.LayoutElementBuilders.ArcAdapter

Overview

A container that allows a standard LayoutElementBuilders.LayoutElement to be added to an LayoutElementBuilders.Arc.

Summary

Methods
public static LayoutElementBuilders.ArcAdapterfromProto(LayoutElementProto.ArcAdapter proto)

public LayoutElementBuilders.LayoutElementgetContent()

Gets the element to adapt to an LayoutElementBuilders.Arc.

public TypeBuilders.BoolPropgetRotateContents()

Gets whether this adapter's contents should be rotated, according to its position in the arc or not.

public LayoutElementProto.ArcLayoutElementtoArcLayoutElementProto()

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

Methods

Gets the element to adapt to an LayoutElementBuilders.Arc. Intended for testing purposes only.

public TypeBuilders.BoolProp getRotateContents()

Gets whether this adapter's contents should be rotated, according to its position in the arc or not. As an example, assume that an LayoutElementBuilders.Image has been added to the arc, and ends up at the 3 o clock position. If rotate_contents = true, the image will be placed at the 3 o clock position, and will be rotated clockwise through 90 degrees. If rotate_contents = false, the image will be placed at the 3 o clock position, but itself will not be rotated. If not defined, defaults to false. Intended for testing purposes only.

public static LayoutElementBuilders.ArcAdapter fromProto(LayoutElementProto.ArcAdapter proto)

public LayoutElementProto.ArcLayoutElement toArcLayoutElementProto()