Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/altitude/
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};
75 int bits = (face & SWAP_MASK); in fromFij()
322 return bits & (SWAP_MASK | INVERT_MASK); in maskBits()
343 int bits = face & SWAP_MASK; in toIjo()
353 bits &= (SWAP_MASK | INVERT_MASK); in toIjo()
356 ((getLowestOnBit(s2CellId) & 0x1111111111111110L) != 0) ? (bits ^ SWAP_MASK) in toIjo()
385 initLookupCell(0, 0, 0, SWAP_MASK, 0, SWAP_MASK); in initLookupCells()
387 initLookupCell(0, 0, 0, SWAP_MASK | INVERT_MASK, 0, SWAP_MASK | INVERT_MASK); in initLookupCells()