Package-level declarations
Types
Functions
Checks whether any element in the collection is false
. Returns false
if empty.
Checks whether any element in the collection is true
. Returns false
if empty.
Coroutine delay convenience syntax taking a java.time.Duration instead of kotlin.time.Duration.
Returns a Rect, bounding the view.
Same as the type-safe variant of Bundle.getParcelable on Android 13 and later, or the type-unsafe variant on Android 12 or earlier.
Same as the type-safe variant of Bundle.getSerializable on Android 13 and later, or the type-unsafe variant on Android 12 or earlier.
Hides platform system UI.
Whether the event is within the bounds of the view.
Returns true
if the current process is a main one. A current process is considered the main process if its name is the same as the package name (application ID).
Checks if a type is nullable.
Removes a view from its parent. Does nothing if it's not attached to a ViewGroup parent.
Coroutine withTimeout convenience syntax taking a java.time.Duration instead of kotlin.time.Duration.