Searched refs:lat (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationFudger.java | 209 double lat = coarse.getLatitude(); in createCoarseLocked() local 213 lat = wrapLatitude(lat); in createCoarseLocked() 226 lon += metersToDegreesLongitude(mOffsetLongitudeMeters, lat); in createCoarseLocked() 227 lat += metersToDegreesLatitude(mOffsetLatitudeMeters); in createCoarseLocked() 232 lat = wrapLatitude(lat); in createCoarseLocked() 246 lat = Math.round(lat / latGranularity) * latGranularity; in createCoarseLocked() 247 double lonGranularity = metersToDegreesLongitude(mGridSizeInMeters, lat); in createCoarseLocked() 251 lat = wrapLatitude(lat); in createCoarseLocked() 255 coarse.setLatitude(lat); in createCoarseLocked() 305 private static double wrapLatitude(double lat) { in wrapLatitude() argument [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 75 public CellIdentityCdma (int nid, int sid, int bid, int lon, int lat) { in CellIdentityCdma() argument 80 mLatitude = lat; in CellIdentityCdma()
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 71 …given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The hi… 76 …<td>google.streetview:cbll=<em>lat</em>,<em>lng</em>&cbp=1,<em>yaw</em>,,<em>pitch</em>,<em>zo… 84 <tr><td>lat</td><td>latitude</td></tr>
|
D | g-app-intents.jd | 81 …given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The hi… 87 <td>google.streetview:cbll=<em>lat</em>,<em>lng</em>&cbp=1,<em>yaw</em>,,<em>pitch</em>,<em>zoo… 94 <tr><td><em>lat</em></td><td>latitude</td></tr>
|
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/ |
D | LargeAssetTest.java | 44 setContentView(R.layout.lat); in onCreate()
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 61 comes within a given proximity (specified by radius in meters) of a given lat/long.</li>
|
D | strategies.jd | 416 lat/long coordinates, with a GPX file for route playback, or a KML file for multiple place marks.
|
/frameworks/base/docs/html/training/location/ |
D | location-testing.jd | 139 public Location createLocation(double lat, double lng, float accuracy) { 142 newLocation.setLatitude(lat);
|
D | geofencing.jd | 381 double lat = mPrefs.getFloat( 414 lat != GeofenceUtils.INVALID_FLOAT_VALUE && 423 id, lat, lng, radius, expirationDuration,
|
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/ |
D | lollipop.jd | 169 <p>Um novo design de captura de áudio oferece uma <strong>entrada de áudio de baixa latência</stron… 175 … perfis de voz que estão associados a locais, qualidade e classificação de latência específicos. N…
|
D | android-5.0.jd | 589 …erfis de voz associados a locais específicos, classificação de qualidade e latência e parâmetros e…
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 1826 1 shows the whole Earth, centered at the given <em>lat</em>,<em>lng</em>. The highest 1830 <dt><code>geo:0,0?q=lat,lng(label)</code></dt>
|