Searched refs:childIds (Results 1 – 2 of 2) sorted by relevance
408 final LongArray childIds = mChildIds; in writeToParcel() local409 if (childIds == null) { in writeToParcel()412 final int childCount = childIds.size(); in writeToParcel()415 parcel.writeInt((int) childIds.get(i)); in writeToParcel()
876 final LongArray childIds = mChildNodeIds; in removeChild() local877 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() local2566 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() local3045 if (childIds != null) { in toString()[all …]