Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java274 @Nullable AccessibilityNodeInfo skipNode, int direction, int rotationCount) { in findRotateTarget() argument
280 if (skipNode != null && skipNode.equals(nextTargetNode)) { in findRotateTarget()
282 nextTargetNode = skipNode.focusSearch(direction); in findRotateTarget()