Searched refs:bottomRowIdArray (Results 1 – 1 of 1) sorted by relevance
1063 if (topRowIdArray.isEmpty() && bottomRowIdArray.isEmpty()) { in getLastGridTaskView()1067 topRowIdArray.size() - 1) : bottomRowIdArray.get(bottomRowIdArray.size() - 1); in getLastGridTaskView()3216 IntArray bottomRowIdArray = getBottomRowIdArray(); in createTaskDismissAnimation()3231 pageToSnapTo, topRowIdArray, bottomRowIdArray); in createTaskDismissAnimation()3318 IntArray bottomRowIdArray = getBottomRowIdArray(); in getHighestVisibleTaskIndex() local3319 int balancedColumns = Math.min(bottomRowIdArray.size(), topRowIdArray.size()); in getHighestVisibleTaskIndex()3325 TaskView bottomTask = getTaskViewFromTaskViewId(bottomRowIdArray.get(i)); in getHighestVisibleTaskIndex()4635 int pageIndex, IntArray topRowIdArray, IntArray bottomRowIdArray) { in getOffsetFromScrollPosition() argument4645 TaskView lastGridTaskView = getLastGridTaskView(topRowIdArray, bottomRowIdArray); in getOffsetFromScrollPosition()4656 getPositionInRow(lastGridTaskView, topRowIdArray, bottomRowIdArray); in getOffsetFromScrollPosition()[all …]