Searched refs:mChildNodeIds (Results 1 – 1 of 1) sorted by relevance
931 private LongArray mChildNodeIds; field in AccessibilityNodeInfo1173 return mChildNodeIds; in getChildNodeIds()1184 if (mChildNodeIds == null) { in getChildId()1196 return mChildNodeIds == null ? 0 : mChildNodeIds.size(); in getChildCount()1228 if (mChildNodeIds == null) { in getChild()1286 if (mChildNodeIds == null) { in addChild()1355 mChildNodeIds.remove(index); in removeChild()1380 if (mChildNodeIds == null) { in addChildInternal()4119 if (!LongArray.elementsEqual(mChildNodeIds, DEFAULT.mChildNodeIds)) { in writeToParcelNoRecycle()4451 if (mChildNodeIds != null) mChildNodeIds.clear(); in init()[all …]