Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/altitude/
DAltitudeConverter.java114 S2CellIdUtils.getEdgeNeighbors(z11, edgeNeighbors); in findMapSquare()
121 S2CellIdUtils.getEdgeNeighbors(z11W, otherEdgeNeighbors); in findMapSquare()
122 S2CellIdUtils.getEdgeNeighbors(z11S, edgeNeighbors); in findMapSquare()
124 S2CellIdUtils.getEdgeNeighbors(z11E, otherEdgeNeighbors); in findMapSquare()
126 S2CellIdUtils.getEdgeNeighbors(z11N, edgeNeighbors); in findMapSquare()
/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java120 public static void getEdgeNeighbors(long s2CellId, @NonNull long[] neighbors) { in getEdgeNeighbors() method in S2CellIdUtils