Searched refs:bottomRowIdArray (Results 1 – 1 of 1) sorted by relevance
1526 private TaskView getLastGridTaskView(IntArray topRowIdArray, IntArray bottomRowIdArray) { in getLastGridTaskView() argument1527 if (topRowIdArray.isEmpty() && bottomRowIdArray.isEmpty()) { in getLastGridTaskView()1530 int lastTaskViewId = topRowIdArray.size() >= bottomRowIdArray.size() ? topRowIdArray.get( in getLastGridTaskView()1531 topRowIdArray.size() - 1) : bottomRowIdArray.get(bottomRowIdArray.size() - 1); in getLastGridTaskView()4366 IntArray bottomRowIdArray = mUtils.getBottomRowIdArray(); in createTaskDismissAnimation()4370 getLastGridTaskView(topRowIdArray, bottomRowIdArray)); in createTaskDismissAnimation()4388 pageToSnapTo, topRowIdArray, bottomRowIdArray); in createTaskDismissAnimation()4543 IntArray bottomRowIdArray = mUtils.getBottomRowIdArray(); in getHighestVisibleTaskView() local4544 int balancedColumns = Math.min(bottomRowIdArray.size(), topRowIdArray.size()); in getHighestVisibleTaskView()4550 TaskView bottomTask = getTaskViewFromTaskViewId(bottomRowIdArray.get(i)); in getHighestVisibleTaskView()[all …]