Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DLocationFudger.java209 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/
DCellIdentityCdma.java75 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/
Dapp-intents.jd71 …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>&amp;cbp=1,<em>yaw</em>,,<em>pitch</em>,<em>zo…
84 <tr><td>lat</td><td>latitude</td></tr>
Dg-app-intents.jd81 …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>&amp;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/
DLargeAssetTest.java44 setContentView(R.layout.lat); in onCreate()
/frameworks/base/docs/html/guide/topics/location/
Dindex.jd61 comes within a given proximity (specified by radius in meters) of a given lat/long.</li>
Dstrategies.jd416 lat/long coordinates, with a GPX file for route playback, or a KML file for multiple place marks.
/frameworks/base/docs/html/training/location/
Dlocation-testing.jd139 public Location createLocation(double lat, double lng, float accuracy) {
142 newLocation.setLatitude(lat);
Dgeofencing.jd381 double lat = mPrefs.getFloat(
414 lat != GeofenceUtils.INVALID_FLOAT_VALUE &amp;&amp;
423 id, lat, lng, radius, expirationDuration,
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/
Dlollipop.jd169 <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…
Dandroid-5.0.jd589 …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/
Dintents-common.jd1826 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>