has Non Actionable Speaking Descendants
open fun hasNonActionableSpeakingDescendants(@Nullable node: AccessibilityNodeInfoCompat, @Nullable view: View): Boolean
Determines if the supplied View and AccessibilityNodeInfoCompat has any children which are not independently accessibility focusable and also have a spoken description.
NOTE: Accessibility services will include these children's descriptions in the closest focusable ancestor.
Return
true
if it has any non-actionable speaking descendants within its subtree
Parameters
view
The View to evaluate
node
The AccessibilityNodeInfoCompat to evaluate