Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java850 AccessibilityNodeInfo nodeParent = nodes.get(node.getParentNodeId()); in checkIntegrity() local
851 if (nodeParent != null) { in checkIntegrity()
853 final int childCount = nodeParent.getChildCount(); in checkIntegrity()
855 AccessibilityNodeInfo child = nodes.get(nodeParent.getChildId(k)); in checkIntegrity()
863 + nodeParent + " and child: " + node); in checkIntegrity()
875 + node + " and parent: " + nodeParent); in checkIntegrity()