Searched refs:getRowDistance (Results 1 – 2 of 2) sorted by relevance
183 int topDistance = mGrid.getRowDistance(row, y1); in computeMatches()184 int bottomDistance = mGrid.getRowDistance(row + 1, y1); in computeMatches()310 int distance = mGrid.getRowDistance(row, y1); in addTopMatch()322 int distance = mGrid.getRowDistance(rowBottom, y2); in addBottomMatch()646 int rowHeightPx = mGrid.getRowDistance(row, mRowMatch.matchedLine); in handleFreeFormDrop()
1355 if (getRowDistance(row, y) < getRowDistance(row + 1, y)) { in getClosestRow()1415 public int getRowDistance(int row, int y) { in getRowDistance() method in GridModel