Searched refs:bottomDistance (Results 1 – 1 of 1) sorted by relevance
184 int bottomDistance = mGrid.getRowDistance(row + 1, y1); in computeMatches() local192 if (bottomDistance < radius + SLOP) { in computeMatches()194 topDistance = bottomDistance; in computeMatches()207 int cellHeight = topDistance + bottomDistance; in computeMatches()224 if (bottomDistance < topDistance) { in computeMatches()228 if (centerDistance < topDistance / 2 && centerDistance < bottomDistance / 2) { in computeMatches()