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

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java562 private LongArray mChildNodeIds; field in class:AccessibilityNodeInfo
731 return mChildNodeIds;
742 if (mChildNodeIds == null) {
745 return mChildNodeIds.get(index);
754 return mChildNodeIds == null ? 0 : mChildNodeIds.size();
773 if (mChildNodeIds == null) {
779 final long childId = mChildNodeIds.get(index);
849 if (mChildNodeIds == null) {
850 mChildNodeIds
[all...]

Completed in 26 milliseconds