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.java924 final LongArray childIds = mChildNodeIds; in removeChild() local
925 if (childIds == null) { in removeChild()
931 final int index = childIds.indexOf(childNodeId); in removeChild()
935 childIds.remove(index); in removeChild()
2650 final LongArray childIds = mChildNodeIds; in writeToParcel() local
2651 if (childIds == null) { in writeToParcel()
2654 final int childIdsSize = childIds.size(); in writeToParcel()
2657 parcel.writeLong(childIds.get(i)); in writeToParcel()
3131 final LongArray childIds = mChildNodeIds; in toString() local
3132 if (childIds != null) { in toString()
[all …]