dp2pxF

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

Converts dp to px. Return the result as Float