Searched refs:getLowestOnBitForLevel (Results 1 – 1 of 1) sorted by relevance
79 long newLsb = getLowestOnBitForLevel(level); in getParent()164 static long getLowestOnBitForLevel(int level) { in getLowestOnBitForLevel() method in S2CellIdUtils173 return s2CellId - getLowestOnBit(s2CellId) + getLowestOnBitForLevel(level); in getTraversalStart()