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