Home
last modified time | relevance | path

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

/aosp14/frameworks/base/location/java/com/android/internal/location/altitude/
H A DS2CellIdUtils.java79 long newLsb = getLowestOnBitForLevel(level); in getParent()
164 static long getLowestOnBitForLevel(int level) { in getLowestOnBitForLevel() method in S2CellIdUtils
173 return s2CellId - getLowestOnBit(s2CellId) + getLowestOnBitForLevel(level); in getTraversalStart()