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.java3588 final LongArray otherChildNodeIds = other.mChildNodeIds; in init() local
3589 if (otherChildNodeIds != null && otherChildNodeIds.size() > 0) { in init()
3591 mChildNodeIds = otherChildNodeIds.clone(); in init()
3593 mChildNodeIds.addAll(otherChildNodeIds); in init()