Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/altitude/
DAltitudeConverter.java88 private static long[] findMapSquare(@NonNull MapParamsProto geoidHeightParams, in findMapSquare() argument
94 int sizeIj = 1 << (S2CellIdUtils.MAX_LEVEL - geoidHeightParams.mapS2Level); in findMapSquare()
96 long z11 = S2CellIdUtils.getParent(s2CellId, geoidHeightParams.mapS2Level); in findMapSquare()
106 geoidHeightParams.mapS2Level), S2CellIdUtils.getParent( in findMapSquare()
107 S2CellIdUtils.fromFij(f11, i1, j2), geoidHeightParams.mapS2Level), in findMapSquare()
109 geoidHeightParams.mapS2Level)}; in findMapSquare()
165 private static void addMslAltitude(@NonNull MapParamsProto geoidHeightParams, in addMslAltitude() argument
177 double sizeIj = 1 << (S2CellIdUtils.MAX_LEVEL - geoidHeightParams.mapS2Level); in addMslAltitude()
187 geoidHeightParams.modelRmseMeters)); in addMslAltitude()
210 MapParamsProto geoidHeightParams = GeoidMap.getGeoidHeightParams(context); in addMslAltitudeToLocation() local
[all …]