Searched refs:focusedTaskFragment (Results 1 – 1 of 1) sorted by relevance
1683 final TaskFragment focusedTaskFragment = focusedApp != null in applyTaskFragmentOperation() local1686 final boolean wasFocusedInAdjacent = focusedTaskFragment == taskFragment in applyTaskFragmentOperation()1687 || (focusedTaskFragment != null in applyTaskFragmentOperation()1688 && taskFragment.isAdjacentTo(focusedTaskFragment)); in applyTaskFragmentOperation()1696 && !focusedTaskFragment.shouldBeVisible(null /* starting */)) { in applyTaskFragmentOperation()1697 focusedTaskFragment.getDisplayContent().setFocusedApp(null /* newFocus */); in applyTaskFragmentOperation()