Package-level declarations

Functions

Link copied to clipboard

Retrieve the boolean value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the color value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the color state list value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the dimension value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the dimension pixel offset value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the dimension pixel size value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the drawable value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the float value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the font value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the integer value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the integer value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieves the resource identifier for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the string value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the text array value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard

Retrieve the text value for the attribute at index or throws IllegalArgumentException if not defined.

Link copied to clipboard
inline fun <R> TypedArray.use(block: (TypedArray) -> R): R

Executes the given block function on this TypedArray and then recycles it.