Searched refs:getTaskViewCount (Results 1 – 9 of 9) sorted by relevance
447 for (int i = 0; i < getTaskViewCount(); i++) { in getTaskView()552 if (getTaskViewCount() != requiredTaskCount) { in applyLoadPlan()556 for (int i = getTaskViewCount(); i < requiredTaskCount; i++) { in applyLoadPlan()559 while (getTaskViewCount() > requiredTaskCount) { in applyLoadPlan()580 } else if (getTaskViewCount() > 0) { in applyLoadPlan()597 for (int i = getTaskViewCount() - 1; i >= 0; i--) { in removeTasksViewsAndClearAllButton()605 public int getTaskViewCount() { in getTaskViewCount() method in RecentsView616 for (int i = getTaskViewCount() - 1; i >= 0; i--) { in resetTaskVisuals()639 int taskCount = getTaskViewCount(); in setFullscreenProgress()739 for (int i = 0; i < getTaskViewCount(); i++) { in loadVisibleTaskData()[all …]
343 return mRecentsExtraCardPlugin != null && getTaskViewCount() > 0 in canComputeScrollX()
111 if (rv.getTaskViewCount() > 0) { in onTransitionComplete()133 if (currentPage >= 0 && currentPage < recents.getTaskViewCount()) { in handleCommand()
71 for (int i = 0; i < recentsView.getTaskViewCount(); i++) { in findTaskViewToLaunch()
50 if (mRecentsView.getTaskViewCount() > 0) { in canInterceptTouch()
124 for (int i = 0; i < mRecentsView.getTaskViewCount(); i++) { in onControllerInterceptTouchEvent()
67 int taskCount = recentsView.getTaskViewCount(); in getOverviewScaleAndTranslation()
140 if (getTaskViewCount() == 0) { in onLayout()
188 return launcher.<RecentsView>getOverviewPanel().getTaskViewCount(); in getTaskCount()