public final class

DimensionBuilders.SpProp

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.DimensionBuilders.SpProp

Overview

A type for font sizes, measured in sp.

Summary

Methods
public static DimensionBuilders.SpPropfromProto(DimensionProto.SpProp proto)

public floatgetValue()

Gets the value, in sp.

public DimensionProto.SpProptoProto()

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

Methods

public float getValue()

Gets the value, in sp. Intended for testing purposes only.

public static DimensionBuilders.SpProp fromProto(DimensionProto.SpProp proto)

public DimensionProto.SpProp toProto()