Searched refs:getClosestRow (Results 1 – 2 of 2) sorted by relevance
115 int row = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y1); in computeMatches()321 int rowBottom = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y2); in addBottomMatch()
1346 public int getClosestRow(int y) { in getClosestRow() method in GridModel