dydp

@get:JvmName(name = "dpDydp")
val Dp.dydp: Dp

EN Builds the adjusted Dp (defaults: LOWEST, multiView=true).

PT Constrói o Dp ajustado (padrões: LOWEST, multiView=true).


@get:JvmName(name = "spDydp")
val TextUnit.dydp: Dp

EN Builds the adjusted Dp from a TextUnit (Sp) (defaults: LOWEST, multiView=true).

PT Constrói o Dp ajustado a partir de um TextUnit (Sp) (padrões: LOWEST, multiView=true).


@get:JvmName(name = "floatDydp")
val Float.dydp: Dp

EN Builds the adjusted Dp from a Float (defaults: LOWEST, multiView=true).

PT Constrói o Dp ajustado a partir de um Float (padrões: LOWEST, multiView=true).


@get:JvmName(name = "intDydp")
val Int.dydp: Dp

EN Builds the adjusted Dp from an Int (defaults: LOWEST, multiView=true).

PT Constrói o Dp ajustado a partir de um Int (padrões: LOWEST, multiView=true).