Searched refs:rowBottom (Results 1 – 1 of 1) sorted by relevance
321 int rowBottom = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y2); in addBottomMatch() local322 int distance = mGrid.getRowDistance(rowBottom, y2); in addBottomMatch()324 int rowY = mGrid.getRowY(rowBottom); in addBottomMatch()327 rowBottom, false, UNDEFINED)); in addBottomMatch()434 int rowBottom = mGrid.getRow(y1 - SHORT_GAP_DP); in addRowGapMatch() local435 int rowY = mGrid.getRowMaxY(rowBottom); in addRowGapMatch()441 rowBottom, createCell, SHORT_GAP_DP)); in addRowGapMatch()445 rowBottom = mGrid.getRow(y1); in addRowGapMatch()446 rowY = mGrid.getRowMaxY(rowBottom); in addRowGapMatch()453 rowBottom, createCell, 0)); in addRowGapMatch()