library / org.akop.kotx.ext.basic / kotlin.Int

Extensions for kotlin.Int

dpToPixel

fun Int.dpToPixel(context: Context): Int

Converts receiver (value in dp - device-independent pixels) to pixels, using context.

spToPixel

fun Int.spToPixel(context: Context): Int

Converts receiver (value in sp - scaled device-independent pixels) to pixels, using context.