Searched refs:fromWin (Results 1 – 1 of 1) sorted by relevance
9381 boolean moveFocusToAdjacentWindow(@NonNull WindowState fromWin, @FocusDirection int direction) { in moveFocusToAdjacentWindow() argument9382 if (!fromWin.isFocused()) { in moveFocusToAdjacentWindow()9385 final TaskFragment fromFragment = fromWin.getTaskFragment(); in moveFocusToAdjacentWindow()9434 return !fromWin.isFocused(); in moveFocusToAdjacentWindow()