fxdp

@get:JvmName(name = "dpFxdp")
val Dp.fxdp: Dp

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

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


@get:JvmName(name = "spFxdp")
val TextUnit.fxdp: 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 = "floatFxdp")
val Float.fxdp: 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 = "intFxdp")
val Int.fxdp: 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).