DpQualifierEntry

data class DpQualifierEntry(val type: DpQualifier, val value: Int)

EN Represents a custom qualifier entry, combining the type and the minimum DP value for the custom adjustment to be applied.

PT Representa uma entrada de qualificador customizado, combinando o tipo e o valor mínimo de DP para que o ajuste customizado seja aplicado.

Constructors

Link copied to clipboard
constructor(type: DpQualifier, value: Int)

Properties

Link copied to clipboard

EN The dimension type (SMALL_WIDTH, HEIGHT, WIDTH). PT O tipo de dimensão (SMALL_WIDTH, HEIGHT, WIDTH).

Link copied to clipboard
val value: Int

EN The minimum dimension in DP to activate this qualifier (e.g., 600). PT A dimensão mínima em DP para ativar este qualificador (ex: 600).