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.java612 private LongArray mChildNodeIds; field in AccessibilityNodeInfo
781 return mChildNodeIds; in getChildNodeIds()
792 if (mChildNodeIds == null) { in getChildId()
795 return mChildNodeIds.get(index); in getChildId()
804 return mChildNodeIds == null ? 0 : mChildNodeIds.size(); in getChildCount()
823 if (mChildNodeIds == null) { in getChild()
829 final long childId = mChildNodeIds.get(index); in getChild()
899 if (mChildNodeIds == null) { in addChildInternal()
900 mChildNodeIds = new LongArray(); in addChildInternal()
906 if (checked && mChildNodeIds.indexOf(childNodeId) >= 0) { in addChildInternal()
[all …]