Searched refs:containingCellId (Results 1 – 1 of 1) sorted by relevance
317 S2CellId containingCellId; in getCovering() local319 containingCellId = containingCell(a, b); in getCovering()326 containingCellId = (new S2CellId(0xFFF0)).parent(3); in getCovering()338 containingCellId = in getCovering()345 if (!containingCellId.equals(S2CellId.sentinel()) in getCovering()346 && containingCellId.level() >= idealLevel - 2) { in getCovering()347 edgeCovering.add(containingCellId); in getCovering()348 return containingCellId.level(); in getCovering()