Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java856 AccessibilityNodeInfo nodeParent = nodes.get(node.getParentNodeId()); in checkIntegrity() local
857 if (nodeParent != null) { in checkIntegrity()
859 final int childCount = nodeParent.getChildCount(); in checkIntegrity()
861 AccessibilityNodeInfo child = nodes.get(nodeParent.getChildId(k)); in checkIntegrity()
869 + nodeParent + " and child: " + node); in checkIntegrity()
881 + node + " and parent: " + nodeParent); in checkIntegrity()