Home
last modified time | relevance | path

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

/aosp14/frameworks/base/location/java/com/android/internal/location/altitude/
H A DS2CellIdUtils.java38 private static final int SWAP_MASK = 0x1; field in S2CellIdUtils
45 private static final int[] POS_TO_ORIENTATION = {SWAP_MASK, 0, 0, INVERT_MASK + SWAP_MASK};
224 int bits = (face & SWAP_MASK); in fromFij()
314 return bits & (SWAP_MASK | INVERT_MASK); in maskBits()
339 int bits = face & SWAP_MASK; in toIjo()
349 bits &= (SWAP_MASK | INVERT_MASK); in toIjo()
352 ((getLowestOnBit(s2CellId) & 0x1111111111111110L) != 0) ? (bits ^ SWAP_MASK) in toIjo()
381 initLookupCell(0, 0, 0, SWAP_MASK, 0, SWAP_MASK); in initLookupCells()
383 initLookupCell(0, 0, 0, SWAP_MASK | INVERT_MASK, 0, SWAP_MASK | INVERT_MASK); in initLookupCells()