Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DNavigator.java201 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)) {
H A DUtils.java125 static boolean canPerformFocus(@NonNull AccessibilityNodeInfo node) { in canPerformFocus() method in Utils
160 boolean result = canPerformFocus(node) in canTakeFocus()