Home
last modified time | relevance | path

Searched refs:mChildIds (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java129 private LongArray mChildIds; field in AccessibilityWindowInfo
479 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 …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58791 Landroid/view/accessibility/AccessibilityWindowInfo;->mChildIds:Landroid/util/LongArray;