Searched refs:mChildIds (Results 1 – 2 of 2) sorted by relevance
129 private LongArray mChildIds; field in AccessibilityWindowInfo479 return (mChildIds != null) ? mChildIds.size() : 0; in getChildCount()489 if (mChildIds == null) { in getChild()508 if (mChildIds == null) { in addChild()511 mChildIds.add(childId); in addChild()723 if (mChildIds != null) mChildIds.clear(); in init()724 if (other.mChildIds != null && other.mChildIds.size() > 0) { in init()726 mChildIds = other.mChildIds.clone(); in init()728 mChildIds.addAll(other.mChildIds); in init()838 mChildIds = null; in clear()[all …]
58791 Landroid/view/accessibility/AccessibilityWindowInfo;->mChildIds:Landroid/util/LongArray;