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