Searched refs:lon (Results 1 – 2 of 2) sorted by relevance
210 double lon = coarse.getLongitude(); in createCoarseLocked() local214 lon = wrapLongitude(lon); in createCoarseLocked()226 lon += metersToDegreesLongitude(mOffsetLongitudeMeters, lat); in createCoarseLocked()233 lon = wrapLongitude(lon); in createCoarseLocked()248 lon = Math.round(lon / lonGranularity) * lonGranularity; in createCoarseLocked()252 lon = wrapLongitude(lon); in createCoarseLocked()256 coarse.setLongitude(lon); in createCoarseLocked()315 private static double wrapLongitude(double lon) { in wrapLongitude() argument316 lon %= 360.0; // wraps into range (-360.0, +360.0) in wrapLongitude()317 if (lon >= 180.0) { in wrapLongitude()[all …]
75 public CellIdentityCdma (int nid, int sid, int bid, int lon, int lat) { in CellIdentityCdma() argument79 mLongitude = lon; in CellIdentityCdma()