Package-level declarations

Types

Link copied to clipboard
typealias AccessibilityEventListener = (host: ViewGroup?, child: View?, event: AccessibilityEvent) -> Any?
Link copied to clipboard
annotation class EventType

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> Iterable<T>.forEachWindow(iterator: (last: T?, current: T, next: T?) -> Unit)

Iterate over an Iterable the iterator param last can be only null when the size is 1. The last parameter can only be null when the size is less then 2, otherwise both params are not null.

Link copied to clipboard
fun orderViewsForAccessibility(vararg views: View?)
Link copied to clipboard
fun View.setClickDescription(description: String)
fun View.setClickDescription(stringId: Int, vararg formatArgs: Any)