Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java44 private static final int[] LOOKUP_IJ = new int[1 << (2 * LOOKUP_BITS + 2)]; field in S2CellIdUtils
350 bits = LOOKUP_IJ[bits]; in toIjo()
395 LOOKUP_IJ[(pos << 2) + origOrientation] = (ij << 2) + orientation; in initLookupCell()