Searched defs:lat (Results 1 – 4 of 4) sorted by relevance
215 private static double wrapLatitude(double lat) { in wrapLatitude()241 private static double metersToDegreesLongitude(double distance, double lat) { in metersToDegreesLongitude()
100 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, in CellIdentityCdma()153 private boolean isNullIsland(int lat, int lon) { in isNullIsland()
92 public final double lat; field in CbGeoUtils.LatLng100 public LatLng(double lat, double lng) { in LatLng()
270 double lat = dt / (loops * mMemLoopCount); in runMemoryLatencyTest() local