Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java391 int level, int i, int j, int origOrientation, int pos, int orientation) { in initLookupCell() argument
394 LOOKUP_POS[(ij << 2) + origOrientation] = (pos << 2) + orientation; in initLookupCell()
395 LOOKUP_IJ[(pos << 2) + origOrientation] = (ij << 2) + orientation; in initLookupCell()
408 origOrientation, in initLookupCell()