Searched refs:otherChildNodeIds (Results 1 – 1 of 1) sorted by relevance
2708 final LongArray otherChildNodeIds = other.mChildNodeIds; in init() local2709 if (otherChildNodeIds != null && otherChildNodeIds.size() > 0) { in init()2711 mChildNodeIds = otherChildNodeIds.clone(); in init()2714 mChildNodeIds.addAll(otherChildNodeIds); in init()