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