Searched refs:targetFocus (Results 1 – 1 of 1) sorted by relevance
2091 private void maybeClearFocusInCurrentWindow(@Nullable AccessibilityNodeInfo targetFocus) { in maybeClearFocusInCurrentWindow() argument2099 || (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()