appdimens-dynamic

//AppDimens SDP, HDP, WDP: Scalable Width and Height Dimensions/com.appdimens.dynamic.core/AutoResizePercentBasis

AutoResizePercentBasis

enum AutoResizePercentBasis : Enum<AutoResizePercentBasis>

private constructor()

HEIGHT

EN Inner content height (after padding). PT Altura útil.

WIDTH

EN Inner content width. PT Largura útil.

MIN_SIDE

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.

Constructors

Name Summary
AutoResizePercentBasis  

Entries

Name Summary
HEIGHT  
WIDTH  
MIN_SIDE  

Properties

Name Summary
entries  

Functions

Name Summary
valueOf  
values