Searched defs:s2CellId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/location/java/com/android/internal/location/geometry/ |
D | S2CellIdUtils.java | 82 public static double[] toLatLngDegrees(long s2CellId, double[] latLngDegrees) { in toLatLngDegrees() 99 public static double[] toLatLngRadians(long s2CellId, double[] latLngRadians) { in toLatLngRadians() 118 private static long toSiTi(long s2CellId) { in toSiTi() 192 public static boolean containsLatLngDegrees(long s2CellId, double latDegrees, in containsLatLngDegrees() 231 public static int getFace(long s2CellId) { in getFace() 240 public static long getParent(long s2CellId, int level) { in getParent() 254 public static void getEdgeNeighbors(long s2CellId, @NonNull long[] neighbors) { in getEdgeNeighbors() 288 public static int getI(long s2CellId) { in getI() 293 public static int getJ(long s2CellId) { in getJ() 313 public static int getLevel(long s2CellId) { in getLevel() [all …]
|
/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
|
/frameworks/base/location/java/com/android/internal/location/altitude/ |
D | GeoidMap.java | 132 private static long getCacheKey(@NonNull MapParamsProto params, long s2CellId) { in getCacheKey() 137 private static String getDiskToken(@NonNull MapParamsProto params, long s2CellId) { in getDiskToken() 242 private static int getIndexX(@NonNull MapParamsProto params, long s2CellId, int width) { in getIndexX() 247 private static int getIndexY(@NonNull MapParamsProto params, long s2CellId, int height) { in getIndexY()
|
/frameworks/base/services/core/java/com/android/server/location/fudger/ |
D | LocationFudgerCache.java | 119 Long s2CellId = readCacheForLatLng(latitudeDegrees, longitudeDegrees); in getCoarseningLevel() local 176 public void addToCache(long s2CellId) { in addToCache()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/fudger/ |
D | LocationFudgerCacheTest.java | 252 Long s2CellId = S2CellIdUtils.getParent(leafCell, expectedLevel); in locationFudgerCache_whenProviderIsQueried_resultIsCached() local 352 long s2CellId = S2CellIdUtils.getParent(leafCell, expectedLevels[i]); in locationFudgerCache_canContainUpToMaxSizeItems() local 370 long s2CellId = S2CellIdUtils.getParent(leafCell, expectedLevel); in locationFudgerCache_canContainUpToMaxSizeItems() local
|