Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java2708 final LongArray otherChildNodeIds = other.mChildNodeIds; in init() local
2709 if (otherChildNodeIds != null && otherChildNodeIds.size() > 0) { in init()
2711 mChildNodeIds = otherChildNodeIds.clone(); in init()
2714 mChildNodeIds.addAll(otherChildNodeIds); in init()