Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java236 int face = xyzToFace(x, y, z); in fromXyz()
259 int newFace = xyzToFace(x, y, z); in fromFijWrap()
280 private static int xyzToFace(double x, double y, double z) { in xyzToFace() method in S2CellIdUtils