Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java722 private LongArray mChildNodeIds; field in AccessibilityNodeInfo
909 return mChildNodeIds; in getChildNodeIds()
920 if (mChildNodeIds == null) { in getChildId()
923 return mChildNodeIds.get(index); in getChildId()
932 return mChildNodeIds == null ? 0 : mChildNodeIds.size(); in getChildCount()
951 if (mChildNodeIds == null) { in getChild()
957 final long childId = mChildNodeIds.get(index); in getChild()
1027 if (mChildNodeIds == null) { in addChildInternal()
1028 mChildNodeIds = new LongArray(); in addChildInternal()
1034 if (checked && mChildNodeIds.indexOf(childNodeId) >= 0) { in addChildInternal()
[all …]