dp2px

fun Context.dp2px(value: Int): Int
fun View.dp2px(value: Int): Int
fun Context.dp2px(value: Float): Int
fun View.dp2px(value: Float): Int

Converts dp to px. Return the result as Int