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