Searched refs:topPixelWithinThreshold (Results 1 – 1 of 1) sorted by relevance
330 final int topPixelWithinThreshold = keyY - threshold; in computeNearestNeighbors() local331 final int yDeltaToGrid = topPixelWithinThreshold % mCellHeight; in computeNearestNeighbors()332 final int yMiddleOfTopCell = topPixelWithinThreshold - yDeltaToGrid + halfCellHeight; in computeNearestNeighbors()