Home
last modified time | relevance | path

Searched refs:getLowestOnBit (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java187 static long getLowestOnBit(long s2CellId) { in getLowestOnBit() method in S2CellIdUtils
201 return s2CellId - getLowestOnBit(s2CellId) + getLowestOnBitForLevel(level); in getTraversalStart()
206 return s2CellId + (getLowestOnBit(s2CellId) << 1); in getTraversalNext()
356 ((getLowestOnBit(s2CellId) & 0x1111111111111110L) != 0) ? (bits ^ SWAP_MASK) in toIjo()