Searched refs:getTaskViewCount (Results 1 – 12 of 12) sorted by relevance
986 for (int i = 0; i < getTaskViewCount(); i++) { in onTaskIconChanged()1046 mActionsView.updateHiddenFlags(HIDDEN_NO_TASKS, getTaskViewCount() == 0); in init()1130 mActionsView.updateHiddenFlags(HIDDEN_NO_TASKS, getTaskViewCount() == 0); in onViewRemoved()1352 for (int i = 0; i < getTaskViewCount(); i++) { in getTaskViewByTaskId()1374 for (int i = 0; i < getTaskViewCount(); i++) { in getTaskViewByTaskIds()1457 int taskCount = getTaskViewCount(); in onTouchEvent()1776 if (newFocusedTaskView == null && getTaskViewCount() > 0) { in applyLoadPlan()1781 && getTaskViewCount() > 1) { in applyLoadPlan()1818 } else if (getTaskViewCount() > 0) { in applyLoadPlan()1821 if (taskView.isDesktopTask() && getTaskViewCount() > 1) { in applyLoadPlan()[all …]
1642 0, 1, recentsView.getTaskViewCount() - recentsView.indexOfChild(this) - 1,
51 if (mRecentsView.getTaskViewCount() > 0) { in canInterceptTouch()
224 if (mRecentsView.getTaskViewCount() == 0) { in setupAnimators()270 if (mRecentsView.getTaskViewCount() == 0) { in setupOverviewAnimators()
158 for (int i = 0; i < mRecentsView.getTaskViewCount(); i++) { in onControllerInterceptTouchEvent()
122 && overview.getTaskViewCount() > 0) { in prepareForAtomicAnimation()177 if (overview.getTaskViewCount() > 0) { in prepareForAtomicAnimation()
165 && getTaskViewCount() == 0 && mLoadPlanEverApplied) { in shouldAddStubTaskView()
218 TaskView tv = (currentPage >= 0 && currentPage < recents.getTaskViewCount()) in executeCommand()
285 boolean notEnoughTasksToSplit = recentsView.getTaskViewCount() < 2;
126 for (int i = 0; i < recentsView.getTaskViewCount(); i++) { in findTaskViewToLaunch()
282 return recents.<RecentsView>getOverviewPanel().getTaskViewCount(); in getTaskCount()
220 return launcher.<RecentsView>getOverviewPanel().getTaskViewCount(); in getTaskCount()