Searched refs:yEnd (Results 1 – 1 of 1) sorted by relevance
335 final int yEnd = Math.min(lastPixelYCoordinate, keyY + key.getHeight() + threshold); in computeNearestNeighbors() local345 for (int centerY = yStart; centerY <= yEnd; centerY += mCellHeight) { in computeNearestNeighbors()