Searched refs:mChildNodeIds (Results 1 – 1 of 1) sorted by relevance
1013 private LongArray mChildNodeIds; field in AccessibilityNodeInfo1255 return mChildNodeIds; in getChildNodeIds()1266 if (mChildNodeIds == null) { in getChildId()1269 return mChildNodeIds.get(index); in getChildId()1278 return mChildNodeIds == null ? 0 : mChildNodeIds.size(); in getChildCount()1311 if (mChildNodeIds == null) { in getChild()1317 final long childId = mChildNodeIds.get(index); in getChild()1369 if (mChildNodeIds == null) { in addChild()1370 mChildNodeIds = new LongArray(); in addChild()1376 if (mChildNodeIds.indexOf(LEASHED_NODE_ID) >= 0) { in addChild()[all …]