Searched refs:newFocusedTaskView (Results 1 – 1 of 1) sorted by relevance
1774 TaskView newFocusedTaskView = getTaskViewByTaskIds(focusedTaskId); in applyLoadPlan() local1776 if (newFocusedTaskView == null && getTaskViewCount() > 0) { in applyLoadPlan()1777 newFocusedTaskView = getTaskViewAt(0); in applyLoadPlan()1780 if (newFocusedTaskView != null && newFocusedTaskView.isDesktopTask() in applyLoadPlan()1782 newFocusedTaskView = getTaskViewAt(1); in applyLoadPlan()1785 mFocusedTaskViewId = newFocusedTaskView != null && !ENABLE_GRID_ONLY_OVERVIEW.get() in applyLoadPlan()1786 ? newFocusedTaskView.getTaskViewId() : INVALID_TASK_ID; in applyLoadPlan()1788 if (newFocusedTaskView != null) { in applyLoadPlan()1789 newFocusedTaskView.setOrientationState(mOrientationState); in applyLoadPlan()