//AppDimens SDP, HDP, WDP: Scalable Width and Height Dimensions/com.appdimens.dynamic.core/AutoResizePercentBasis
enum AutoResizePercentBasis : Enum<AutoResizePercentBasis>
private constructor()
EN Inner content height (after padding). PT Altura útil.
EN Inner content width. PT Largura útil.
EN min(inner width, inner height). PT Mínimo entre largura e altura úteis.
val entries: EnumEntries<AutoResizePercentBasis>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.
fun valueOf(value: String): AutoResizePercentBasis
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
fun values(): Array<AutoResizePercentBasis>
Returns an array containing the constants of this enum type, in the order they’re declared.
| Name | Summary |
|---|---|
| AutoResizePercentBasis |
| Name | Summary |
|---|---|
| HEIGHT | |
| WIDTH | |
| MIN_SIDE |
| Name | Summary |
|---|---|
| entries |
| Name | Summary |
|---|---|
| valueOf | |
| values |