rainbow / com.skydoves.rainbow / Dp

Dp

@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE]) @Dimension(0) annotation class Dp

Denotes that an integer parameter, field or method return value is expected to represent a device independent pixel dimension.

Constructors

<init>

Denotes that an integer parameter, field or method return value is expected to represent a device independent pixel dimension.

Dp()