Searched refs:mChildIds (Results 1 – 2 of 2) sorted by relevance
126 private LongArray mChildIds; field in AccessibilityWindowInfo473 return (mChildIds != null) ? mChildIds.size() : 0; in getChildCount()483 if (mChildIds == null) { in getChild()489 final int childId = (int) mChildIds.get(index); in getChild()502 if (mChildIds == null) { in addChild()503 mChildIds = new LongArray(); in addChild()505 mChildIds.add(childId); in addChild()638 final LongArray childIds = mChildIds; in writeToParcel()669 if (mChildIds != null) mChildIds.clear(); in init()670 if (other.mChildIds != null && other.mChildIds.size() > 0) { in init()[all …]
58791 Landroid/view/accessibility/AccessibilityWindowInfo;->mChildIds:Landroid/util/LongArray;