Searched refs:isWebView (Results 1 – 2 of 2) sorted by relevance
579 mTreeTraverser.depthFirstSelect(node, Utils::isWebView, webViews); in containsWebViewWithFocusableDescendants()605 return Utils.isWebView(node) && webViewHasFocusableDescendants(node); in isWebViewWithFocusableDescendants()1011 return mTreeTraverser.findNodeOrAncestor(node, Utils::isWebView); in findWebViewAncestor()1024 Utils.isComposeView(nodeInfo) || Utils.isWebView(nodeInfo)); in findVirtualViewAncestor()1060 if (Utils.isWebView(candidate) || Utils.isComposeView(candidate)) { in findNextFocusableInVirtualRoot()
140 if (isWebView(node)) { in canPerformFocus()275 static boolean isWebView(@NonNull AccessibilityNodeInfo node) { in isWebView() method in Utils