Searched refs:rootCell (Results 1 – 1 of 1) sorted by relevance
177 S2Cell rootCell = S2Cell.fromFacePosLevel(face, (byte) 0, 0); in testCells() local186 assertTrue(S2Cap.full().contains(rootCell)); in testCells()187 assertTrue(!S2Cap.empty().mayIntersect(rootCell)); in testCells()206 assertEquals(covering.contains(rootCell), capFace == face); in testCells()207 assertEquals(covering.mayIntersect(rootCell), capFace != antiFace); in testCells()216 assertTrue(!bulging.contains(rootCell)); in testCells()217 assertEquals(bulging.mayIntersect(rootCell), capFace != antiFace); in testCells()225 assertEquals(singleton.mayIntersect(rootCell), capFace == face); in testCells()