Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java2460 private void maybeClearFocusInCurrentWindow(@Nullable AccessibilityNodeInfo targetFocus) { in maybeClearFocusInCurrentWindow() argument
2469 || (targetFocus != null in maybeClearFocusInCurrentWindow()
2470 && mFocusedNode.getWindowId() == targetFocus.getWindowId())) { in maybeClearFocusInCurrentWindow()
2476 if (mFocusedNode.isEditable() && targetFocus != null) { in maybeClearFocusInCurrentWindow()
2477 int targetWindowId = targetFocus.getWindowId(); in maybeClearFocusInCurrentWindow()