//AppDimens SDP, HDP, WDP: Scalable Width and Height Dimensions/com.appdimens.dynamic.common/DpQualifier
enum DpQualifier : Enum<DpQualifier>
EN Defines the screen qualifier types based on the device’s smallest width (smallestWidthDp), height (screenHeightDp), or width (screenWidthDp).
PT Define os tipos de qualificador de tela baseados em largura mínima (smallestWidthDp), altura (screenHeightDp) ou largura (screenWidthDp) do dispositivo.
private constructor()
val entries: EnumEntries<DpQualifier>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.
fun valueOf(value: String): DpQualifier
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<DpQualifier>
Returns an array containing the constants of this enum type, in the order they’re declared.
| Name | Summary |
|---|---|
| DpQualifier |
| Name | Summary |
|---|---|
| SMALL_WIDTH | |
| HEIGHT | |
| WIDTH |
| Name | Summary |
|---|---|
| entries |
| Name | Summary |
|---|---|
| valueOf | |
| values |