Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java4437 final ArrayList<AccessibilityAction> otherActions = other.mActions; in init() local
4438 if (otherActions != null && otherActions.size() > 0) { in init()
4440 mActions = new ArrayList(otherActions); in init()