Searched refs:bottomRowIdArray (Results 1 – 1 of 1) sorted by relevance
1287 private TaskView getLastGridTaskView(IntArray topRowIdArray, IntArray bottomRowIdArray) { in getLastGridTaskView() argument1288 if (topRowIdArray.isEmpty() && bottomRowIdArray.isEmpty()) { in getLastGridTaskView()1291 int lastTaskViewId = topRowIdArray.size() >= bottomRowIdArray.size() ? topRowIdArray.get( in getLastGridTaskView()1292 topRowIdArray.size() - 1) : bottomRowIdArray.get(bottomRowIdArray.size() - 1); in getLastGridTaskView()3918 IntArray bottomRowIdArray = getBottomRowIdArray(); in createTaskDismissAnimation()3922 getLastGridTaskView(topRowIdArray, bottomRowIdArray)); in createTaskDismissAnimation()3933 pageToSnapTo, topRowIdArray, bottomRowIdArray); in createTaskDismissAnimation()4022 IntArray bottomRowIdArray = getBottomRowIdArray(); in getHighestVisibleTaskIndex() local4023 int balancedColumns = Math.min(bottomRowIdArray.size(), topRowIdArray.size()); in getHighestVisibleTaskIndex()4029 TaskView bottomTask = getTaskViewFromTaskViewId(bottomRowIdArray.get(i)); in getHighestVisibleTaskIndex()[all …]