Searched defs:s2CellId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/location/java/com/android/internal/location/altitude/ |
D | S2CellIdUtils.java | 97 public static int getFace(long s2CellId) { in getFace() 106 public static long getParent(long s2CellId, int level) { in getParent() 120 public static void getEdgeNeighbors(long s2CellId, @NonNull long[] neighbors) { in getEdgeNeighbors() 154 public static int getI(long s2CellId) { in getI() 159 public static int getJ(long s2CellId) { in getJ() 179 static int getLevel(long s2CellId) { in getLevel() 187 static long getLowestOnBit(long s2CellId) { in getLowestOnBit() 200 static long getTraversalStart(long s2CellId, int level) { in getTraversalStart() 205 static long getTraversalNext(long s2CellId) { in getTraversalNext() 214 static String getToken(long s2CellId) { in getToken() [all …]
|
D | GeoidMap.java | 131 private static long getCacheKey(@NonNull MapParamsProto params, long s2CellId) { in getCacheKey() 136 private static String getDiskToken(@NonNull MapParamsProto params, long s2CellId) { in getDiskToken() 241 private static int getIndexX(@NonNull MapParamsProto params, long s2CellId, int width) { in getIndexX() 246 private static int getIndexY(@NonNull MapParamsProto params, long s2CellId, int height) { in getIndexY()
|
/frameworks/base/location/java/android/location/altitude/ |
D | AltitudeConverter.java | 90 long s2CellId = S2CellIdUtils.fromLatLngDegrees(location.getLatitude(), in findMapSquare() local 175 long s2CellId = S2CellIdUtils.fromLatLngDegrees(location.getLatitude(), in addMslAltitude() local 296 long s2CellId = S2CellIdUtils.fromLatLngDegrees(location.getLatitude(), in getGeoidHeight() local
|