Searched refs:centerDistance (Results 1 – 1 of 1) sorted by relevance
217 int centerDistance = Math.abs(cellWidth / 2 - leftDistance); in computeMatches() local218 if (centerDistance < leftDistance / 2 && centerDistance < rightDistance / 2) { in computeMatches()227 int centerDistance = Math.abs(cellHeight / 2 - topDistance); in computeMatches() local228 if (centerDistance < topDistance / 2 && centerDistance < bottomDistance / 2) { in computeMatches()