public final class

DimensionBuilders.ProportionalDimensionProp

extends java.lang.Object

implements DimensionBuilders.ImageDimension

 java.lang.Object

↳androidx.wear.tiles.DimensionBuilders.ProportionalDimensionProp

Overview

A type for a dimension that scales itself proportionally to another dimension such that the aspect ratio defined by the given width and height values is preserved.

Note that the width and height are unitless; only their ratio is relevant. This allows for specifying an element's size using common ratios (e.g. width=4, height=3), or to allow an element to be resized proportionally based on the size of an underlying asset (e.g. an 800x600 image being added to a smaller container and resized accordingly).

Summary

Methods
public static DimensionBuilders.ProportionalDimensionPropfromProto(DimensionProto.ProportionalDimensionProp proto)

public intgetAspectRatioHeight()

Gets the height to be used when calculating the aspect ratio ratio to preserve.

public intgetAspectRatioWidth()

Gets the width to be used when calculating the aspect ratio to preserve.

public DimensionProto.ImageDimensiontoImageDimensionProto()

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

Methods

public int getAspectRatioWidth()

Gets the width to be used when calculating the aspect ratio to preserve. Intended for testing purposes only.

public int getAspectRatioHeight()

Gets the height to be used when calculating the aspect ratio ratio to preserve. Intended for testing purposes only.

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

public DimensionProto.ImageDimension toImageDimensionProto()