Searched refs:halfCellHeight (Results 1 – 1 of 1) sorted by relevance
264 final int halfCellHeight = mCellHeight / 2; in computeNearestNeighbors() local332 final int yMiddleOfTopCell = topPixelWithinThreshold - yDeltaToGrid + halfCellHeight; in computeNearestNeighbors()333 final int yStart = Math.max(halfCellHeight, in computeNearestNeighbors()334 yMiddleOfTopCell + (yDeltaToGrid <= halfCellHeight ? 0 : mCellHeight)); in computeNearestNeighbors()