Home
last modified time | relevance | path

Searched refs:isWebView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java579 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()
DUtils.java140 if (isWebView(node)) { in canPerformFocus()
275 static boolean isWebView(@NonNull AccessibilityNodeInfo node) { in isWebView() method in Utils