Searched refs:canPerformFocus (Results 1 – 2 of 2) sorted by relevance
201 if (!Utils.canPerformFocus(nextCandidate) in findRotateTarget()508 Utils::canPerformFocus); in containsWebViewWithFocusableDescendants()818 return Utils.canPerformFocus(candidateNode); in isCandidate()944 candidateNode -> candidateNode != webView && Utils.canPerformFocus(candidateNode)); in findFirstFocusableDescendantInWebView()957 candidateNode -> candidateNode != webView && Utils.canPerformFocus(candidateNode)); in findLastFocusableDescendantInWebView()966 if (foundBeforeNode[0] && Utils.canPerformFocus(node)) { in findFirstFocusDescendantInWebViewBefore()982 if (foundAfterNode[0] && Utils.canPerformFocus(node)) {
125 static boolean canPerformFocus(@NonNull AccessibilityNodeInfo node) { in canPerformFocus() method in Utils160 boolean result = canPerformFocus(node) in canTakeFocus()