Searched refs:mChildNodeIds (Results 1 – 1 of 1) sorted by relevance
885 private LongArray mChildNodeIds; field in AccessibilityNodeInfo1127 return mChildNodeIds; in getChildNodeIds()1138 if (mChildNodeIds == null) { in getChildId()1141 return mChildNodeIds.get(index); in getChildId()1150 return mChildNodeIds == null ? 0 : mChildNodeIds.size(); in getChildCount()1181 if (mChildNodeIds == null) { in getChild()1187 final long childId = mChildNodeIds.get(index); in getChild()1239 if (mChildNodeIds == null) { in addChild()1240 mChildNodeIds = new LongArray(); in addChild()1246 if (mChildNodeIds.indexOf(LEASHED_NODE_ID) >= 0) { in addChild()[all …]