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.java752 private LongArray mChildNodeIds; field in AccessibilityNodeInfo
952 return mChildNodeIds; in getChildNodeIds()
963 if (mChildNodeIds == null) { in getChildId()
966 return mChildNodeIds.get(index); in getChildId()
975 return mChildNodeIds == null ? 0 : mChildNodeIds.size(); in getChildCount()
994 if (mChildNodeIds == null) { in getChild()
1000 final long childId = mChildNodeIds.get(index); in getChild()
1072 if (mChildNodeIds == null) { in addChildInternal()
1073 mChildNodeIds = new LongArray(); in addChildInternal()
1084 if (checked && mChildNodeIds.indexOf(childNodeId) >= 0) { in addChildInternal()
[all …]