Package-level declarations

Properties

Link copied to clipboard
val ViewHierarchyElement.children: List<ViewHierarchyElement>

Extension to get all children

Link copied to clipboard
val ViewHierarchyElement.depth: Int

Extension to calculate the depth of the element

Link copied to clipboard
val ViewHierarchyElement.index: Int

Extension to determine the index of the element

Link copied to clipboard
val ViewHierarchyElement.parents: List<ViewHierarchyElement>

Extension to get all parents

Functions

Link copied to clipboard
fun Collection<CharSequence>.contains(other: CharSequence, ignoreCase: Boolean = false): Boolean
Link copied to clipboard
fun <T> Collection<T>.matches(others: Collection<T>): List<Pair<T, T>>
Link copied to clipboard
fun AccessibilityCheckResult.AccessibilityCheckResultType.toResultType(): ResultType