Searched refs:topDistance (Results 1 – 1 of 1) sorted by relevance
183 int topDistance = mGrid.getRowDistance(row, y1); in computeMatches() local194 topDistance = bottomDistance; in computeMatches()198 boolean createRow = topDistance < radius + SLOP; in computeMatches()207 int cellHeight = topDistance + bottomDistance; in computeMatches()222 if (!createRow && topDistance > minDistance in computeMatches()224 if (bottomDistance < topDistance) { in computeMatches()227 int centerDistance = Math.abs(cellHeight / 2 - topDistance); in computeMatches()228 if (centerDistance < topDistance / 2 && centerDistance < bottomDistance / 2) { in computeMatches()