Searched refs:mChildIds (Results 1 – 2 of 2) sorted by relevance
136 private LongArray mChildIds; field in AccessibilityWindowInfo486 return (mChildIds != null) ? mChildIds.size() : 0; in getChildCount()496 if (mChildIds == null) { in getChild()502 final int childId = (int) mChildIds.get(index); in getChild()515 if (mChildIds == null) { in addChild()516 mChildIds = new LongArray(); in addChild()518 mChildIds.add(childId); in addChild()697 final LongArray childIds = mChildIds; in writeToParcel()730 if (mChildIds != null) mChildIds.clear(); in init()731 if (other.mChildIds != null && other.mChildIds.size() > 0) { in init()[all …]
58148 Landroid/view/accessibility/AccessibilityWindowInfo;->mChildIds:Landroid/util/LongArray;