Searched defs:postDelayed (Results 1 – 3 of 3) sorted by relevance
31 internal actual fun postDelayed(delayMillis: Long, block: () -> Unit): Any = method
42 internal expect fun postDelayed(delayMillis: Long, block: () -> Unit): Any method
26 internal actual fun postDelayed(delayMillis: Long, block: () -> Unit): Any { in currentTimeMillis() method