Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java408 final LongArray childIds = mChildIds; in writeToParcel() local
409 if (childIds == null) { in writeToParcel()
412 final int childCount = childIds.size(); in writeToParcel()
415 parcel.writeInt((int) childIds.get(i)); in writeToParcel()
DAccessibilityNodeInfo.java876 final LongArray childIds = mChildNodeIds; in removeChild() local
877 if (childIds == null) { in removeChild()
883 final int index = childIds.indexOf(childNodeId); in removeChild()
887 childIds.remove(index); in removeChild()
2565 final LongArray childIds = mChildNodeIds; in writeToParcel() local
2566 if (childIds == null) { in writeToParcel()
2569 final int childIdsSize = childIds.size(); in writeToParcel()
2572 parcel.writeLong(childIds.get(i)); in writeToParcel()
3044 final LongArray childIds = mChildNodeIds; in toString() local
3045 if (childIds != null) { in toString()
[all …]