Searched refs:gridHeight (Results 1 – 1 of 1) sorted by relevance
731 final int gridHeight = GRID_HEIGHT * mCellHeight; in computeNearestNeighbors() local733 for (int y = 0; y < gridHeight; y += mCellHeight) { in computeNearestNeighbors()