Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java1979 AccessibilityNodeInfo.AccessibilityAction actionToPerform = in performScrollAction() local
1981 if (!targetNode.getActionList().contains(actionToPerform)) { in performScrollAction()
1982 L.w("Node " + targetNode + " doesn't support action " + actionToPerform); in performScrollAction()
1985 boolean result = targetNode.performAction(actionToPerform.getId()); in performScrollAction()
1987 L.w("Failed to perform action " + actionToPerform + " on " + targetNode); in performScrollAction()