Searched refs:leftDistance (Results 1 – 1 of 1) sorted by relevance
181 int leftDistance = mGrid.getColumnDistance(column, x1); in computeMatches() local190 leftDistance = rightDistance; in computeMatches()197 boolean createColumn = leftDistance < radius + SLOP; in computeMatches()206 int cellWidth = leftDistance + rightDistance; in computeMatches()211 if (!createColumn && leftDistance > minDistance in computeMatches()213 if (rightDistance < leftDistance) { in computeMatches()217 int centerDistance = Math.abs(cellWidth / 2 - leftDistance); in computeMatches()218 if (centerDistance < leftDistance / 2 && centerDistance < rightDistance / 2) { in computeMatches()