Searched refs:mChildIds (Results 1 – 2 of 2) sorted by relevance
109 private LongArray mChildIds; field in AccessibilityWindowInfo395 return (mChildIds != null) ? mChildIds.size() : 0; in getChildCount()405 if (mChildIds == null) { in getChild()411 final int childId = (int) mChildIds.get(index); in getChild()424 if (mChildIds == null) { in addChild()425 mChildIds = new LongArray(); in addChild()427 mChildIds.add(childId); in addChild()505 final LongArray childIds = mChildIds; in writeToParcel()534 if (other.mChildIds != null && other.mChildIds.size() > 0) { in init()535 if (mChildIds == null) { in init()[all …]
73220 Landroid/view/accessibility/AccessibilityWindowInfo;->mChildIds:Landroid/util/LongArray;