-
public final class DisplayExtKt
-
-
Method Summary
Modifier and Type Method Description final static FloatgetDp(Integer $self)Converts px as Int to dp as Float. final static IntegergetDp(Float $self)Converts px as Float to dp as Int. final static FloattoDp(Float $self)Converts px as Float to dp as Float. final static IntegertoDp(Integer $self)Converts px as Int to dp as Int. -
-
Method Detail
-
getDp
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Float getDp(Integer $self)
Converts px as Int to dp as Float.
-
getDp
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Integer getDp(Float $self)
Converts px as Float to dp as Int.
-
toDp
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Float toDp(Float $self)
Converts px as Float to dp as Float.
-
toDp
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Integer toDp(Integer $self)
Converts px as Int to dp as Int.
-
-
-
-