Lines Matching refs:S2CellId
33 S2CellId id = getRandomCellId(); in testRandomCells()
42 S2RegionCoverer coverer, S2Region region, ArrayList<S2CellId> covering, boolean interior) { in checkCovering()
45 HashMap<S2CellId, Integer> minLevelCells = new HashMap<S2CellId, Integer>(); in checkCovering()
51 S2CellId key = covering.get(i).parent(coverer.minLevel()); in checkCovering()
73 checkCovering(region, cellUnion, true, new S2CellId()); in checkCovering()
80 final int kMaxLevel = S2CellId.MAX_LEVEL; in testRandomCaps()
92 ArrayList<S2CellId> covering = new ArrayList<S2CellId>(); in testRandomCaps()
93 ArrayList<S2CellId> interior = new ArrayList<S2CellId>(); in testRandomCaps()
103 ArrayList<S2CellId> covering2 = new ArrayList<S2CellId>(); in testRandomCaps()
113 ArrayList<S2CellId> denormalized = new ArrayList<S2CellId>(); in testRandomCaps()
122 final int kMaxLevel = S2CellId.MAX_LEVEL; in testSimpleCoverings()
131 ArrayList<S2CellId> covering = new ArrayList<S2CellId>(); in testSimpleCoverings()