Searched refs:isWebView (Results 1 – 2 of 2) sorted by relevance
131 if (isWebView(node)) { in canPerformFocus()261 static boolean isWebView(@NonNull AccessibilityNodeInfo node) { in isWebView() method in Utils
501 mTreeTraverser.depthFirstSelect(node, Utils::isWebView, webViews); in containsWebViewWithFocusableDescendants()892 return mTreeTraverser.findNodeOrAncestor(node, Utils::isWebView); in findWebViewAncestor()913 if (Utils.isWebView(candidate)) { in findNextFocusableInWebView()