Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java931 private LongArray mChildNodeIds; field in AccessibilityNodeInfo
1173 return mChildNodeIds; in getChildNodeIds()
1184 if (mChildNodeIds == null) { in getChildId()
1196 return mChildNodeIds == null ? 0 : mChildNodeIds.size(); in getChildCount()
1228 if (mChildNodeIds == null) { in getChild()
1286 if (mChildNodeIds == null) { in addChild()
1355 mChildNodeIds.remove(index); in removeChild()
1380 if (mChildNodeIds == null) { in addChildInternal()
4119 if (!LongArray.elementsEqual(mChildNodeIds, DEFAULT.mChildNodeIds)) { in writeToParcelNoRecycle()
4451 if (mChildNodeIds != null) mChildNodeIds.clear(); in init()
[all …]