Searched refs:LatLng (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CbGeoUtilsTest.java | 24 import android.telephony.CbGeoUtils.LatLng; 35 LatLng latlng1 = new LatLng(37.428402, -122.084238); in testDistanceBetweenTwoLatLng() 36 LatLng latlng2 = new LatLng(37.399525, -121.946445); in testDistanceBetweenTwoLatLng() 43 LatLng latlng = CbGeoUtils.parseLatLngFromString("-80.1234, 179.5678"); in testParseLatLngFromString() 52 new LatLng(11.11, 22.22), in testEncodeGeometries() 53 new LatLng(33.33, 44.44), in testEncodeGeometries() 54 new LatLng(55.55, -56.0))), in testEncodeGeometries() 55 new Circle(new LatLng(15.123, 123.456), 314)); in testEncodeGeometries() 67 List<LatLng> vertexes = polygon.getVertices(); in testEncodeGeometries() 69 LatLng p = vertexes.get(0); in testEncodeGeometries() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | CbGeoUtils.java | 58 boolean contains(@NonNull LatLng p); in contains() 91 public static class LatLng { class in CbGeoUtils 100 public LatLng(double lat, double lng) { in LatLng() method in CbGeoUtils.LatLng 110 public LatLng subtract(@NonNull LatLng p) { in subtract() 111 return new LatLng(lat - p.lat, lng - p.lng); in subtract() 119 public double distance(@NonNull LatLng p) { in distance() 141 if (!(o instanceof LatLng)) { in equals() 145 LatLng l = (LatLng) o; in equals() 163 private final List<LatLng> mVertices; 165 private final LatLng mOrigin; [all …]
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 102 ctor public CbGeoUtils.Circle(@NonNull android.telephony.CbGeoUtils.LatLng, double); 103 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng); 104 method @NonNull public android.telephony.CbGeoUtils.LatLng getCenter(); 109 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng); 112 public static class CbGeoUtils.LatLng { 113 ctor public CbGeoUtils.LatLng(double, double); 114 method public double distance(@NonNull android.telephony.CbGeoUtils.LatLng); 115 … @NonNull public android.telephony.CbGeoUtils.LatLng subtract(@NonNull android.telephony.CbGeoUtil… 121 ctor public CbGeoUtils.Polygon(@NonNull java.util.List<android.telephony.CbGeoUtils.LatLng>); 122 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng); [all …]
|
/frameworks/base/api/ |
D | system-current.txt | 8067 ctor public CbGeoUtils.Circle(@NonNull android.telephony.CbGeoUtils.LatLng, double); 8068 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng); 8069 method @NonNull public android.telephony.CbGeoUtils.LatLng getCenter(); 8074 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng); 8077 public static class CbGeoUtils.LatLng { 8078 ctor public CbGeoUtils.LatLng(double, double); 8079 method public double distance(@NonNull android.telephony.CbGeoUtils.LatLng); 8080 … @NonNull public android.telephony.CbGeoUtils.LatLng subtract(@NonNull android.telephony.CbGeoUtil… 8086 ctor public CbGeoUtils.Polygon(@NonNull java.util.List<android.telephony.CbGeoUtils.LatLng>); 8087 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng); [all …]
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 7965 ctor public CbGeoUtils.Circle(@NonNull android.telephony.CbGeoUtils.LatLng, double); 7966 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng); 7967 method @NonNull public android.telephony.CbGeoUtils.LatLng getCenter(); 7972 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng); 7975 public static class CbGeoUtils.LatLng { 7976 ctor public CbGeoUtils.LatLng(double, double); 7977 method public double distance(@NonNull android.telephony.CbGeoUtils.LatLng); 7978 … @NonNull public android.telephony.CbGeoUtils.LatLng subtract(@NonNull android.telephony.CbGeoUtil… 7984 ctor public CbGeoUtils.Polygon(@NonNull java.util.List<android.telephony.CbGeoUtils.LatLng>); 7985 method public boolean contains(@NonNull android.telephony.CbGeoUtils.LatLng); [all …]
|