GoogleElement

constructor(node: ViewHierarchyElement, depth: Int = 1, window: GoogleWindow? = null, parent: GoogleElement? = null)

Convenience constructor that initializes from ViewHierarchyElement


constructor(kind: String = SemanticKind.GOOGLE, node: ViewHierarchyElement? = null, depth: Int = 1, window: GoogleWindow? = null, parent: GoogleElement? = null, windowId: Int, packageName: String?, className: String?, resourceName: String?, uniqueId: String?, bounds: Bounds, childCount: Int, contentDescription: Sequence?, hintText: Sequence?, drawingOrder: Int, text: Sequence?, isFocusable: Boolean, isChecked: Boolean, isClickable: Boolean, isEditable: Boolean, isEnabled: Boolean, isImportantForAccessibility: Boolean, isLongClickable: Boolean, isScreenReaderFocusable: Boolean, isScrollable: Boolean, isVisibleToUser: Boolean, textSizeInPx: Float?, textSizeUnit: TextSize?, roleDescription: Sequence?, stateDescription: Sequence?, textCharacterLocations: List<Bounds> = listOf(), children: List<SemanticElement>)