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.java564 private LongArray mChildNodeIds; field in AccessibilityNodeInfo
733 return mChildNodeIds; in getChildNodeIds()
744 if (mChildNodeIds == null) { in getChildId()
747 return mChildNodeIds.get(index); in getChildId()
756 return mChildNodeIds == null ? 0 : mChildNodeIds.size(); in getChildCount()
775 if (mChildNodeIds == null) { in getChild()
781 final long childId = mChildNodeIds.get(index); in getChild()
851 if (mChildNodeIds == null) { in addChildInternal()
852 mChildNodeIds = new LongArray(); in addChildInternal()
858 if (checked && mChildNodeIds.indexOf(childNodeId) >= 0) { in addChildInternal()
[all …]