Package-level declarations

Properties

Link copied to clipboard
val Int.dp: Int
Link copied to clipboard
val Int.px: Int

Functions

Link copied to clipboard
fun catchException(tag: String = Thread.currentThread().stackTrace[2].className, tryAction: suspend () -> Unit)
fun catchException(catchAction: suspend (Exception) -> Unit, tryAction: suspend () -> Unit)
Link copied to clipboard
fun Context.getAttributeColor(resourceName: String, alpha: Float = 1.0f): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> T.getPropertyValue(propertyName: String): Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun String.setSpan(color: Int, textStyle: Int = Typeface.NORMAL): SpannableString
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Number.toPx(context: Context): Number
Link copied to clipboard
Link copied to clipboard
fun Context.waitFor(delayMillis: Long, action: () -> Unit)