Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java3573 final ArrayList<AccessibilityAction> otherActions = other.mActions; in init() local
3574 if (otherActions != null && otherActions.size() > 0) { in init()
3576 mActions = new ArrayList(otherActions); in init()