getDp

fun Int.getDp(): Float

Converts px as Int to dp as Float.


fun Float.getDp(): Int

Converts px as Float to dp as Int.