Searched refs:topRowIdArray (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()3917 IntArray topRowIdArray = getTopRowIdArray(); in createTaskDismissAnimation()3922 getLastGridTaskView(topRowIdArray, bottomRowIdArray)); in createTaskDismissAnimation()3933 pageToSnapTo, topRowIdArray, bottomRowIdArray); in createTaskDismissAnimation()4021 IntArray topRowIdArray = getTopRowIdArray(); in getHighestVisibleTaskIndex() local4023 int balancedColumns = Math.min(bottomRowIdArray.size(), topRowIdArray.size()); in getHighestVisibleTaskIndex()4026 TaskView topTask = getTaskViewFromTaskViewId(topRowIdArray.get(i)); in getHighestVisibleTaskIndex()[all …]