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.java2091 private void maybeClearFocusInCurrentWindow(@Nullable AccessibilityNodeInfo targetFocus) { in maybeClearFocusInCurrentWindow() argument
2099 || (targetFocus != null in maybeClearFocusInCurrentWindow()
2100 && mFocusedNode.getWindowId() == targetFocus.getWindowId())) { in maybeClearFocusInCurrentWindow()
2106 if (mFocusedNode.isEditable() && targetFocus != null) { in maybeClearFocusInCurrentWindow()
2107 int targetWindowId = targetFocus.getWindowId(); in maybeClearFocusInCurrentWindow()