Searched refs:otherEdgeNeighbors (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/location/java/android/location/altitude/ |
D | AltitudeConverter.java | 120 long[] otherEdgeNeighbors = new long[4]; in findMapSquare() local 121 S2CellIdUtils.getEdgeNeighbors(z11W, otherEdgeNeighbors); in findMapSquare() 123 long z11Sw = findCommonNeighbor(edgeNeighbors, otherEdgeNeighbors, z11); in findMapSquare() 124 S2CellIdUtils.getEdgeNeighbors(z11E, otherEdgeNeighbors); in findMapSquare() 125 long z11Se = findCommonNeighbor(edgeNeighbors, otherEdgeNeighbors, z11); in findMapSquare() 127 long z11Ne = findCommonNeighbor(edgeNeighbors, otherEdgeNeighbors, z11); in findMapSquare() 145 private static long findCommonNeighbor(long[] edgeNeighbors, long[] otherEdgeNeighbors, in findCommonNeighbor() argument 151 for (long otherEdgeNeighbor : otherEdgeNeighbors) { in findCommonNeighbor()
|