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.java2793 final LongArray otherChildNodeIds = other.mChildNodeIds; in init() local
2794 if (otherChildNodeIds != null && otherChildNodeIds.size() > 0) { in init()
2796 mChildNodeIds = otherChildNodeIds.clone(); in init()
2799 mChildNodeIds.addAll(otherChildNodeIds); in init()