Searched defs:latitude (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/twilight/
H A DTwilightServiceTest.java62 private Location createMockLocation(double latitude, double longitude) { argument
66 location.setLatitude(latitude);
/frameworks/base/location/java/android/location/
H A DGeocoder.java34 * of a location into a (latitude, longitude) coordinate. Reverse
35 * geocoding is the process of transforming a (latitude, longitude)
100 * area immediately surrounding the given latitude and longitude.
109 * @param latitude the latitude a point for the search
116 * @throws IllegalArgumentException if latitude is
123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) argument
125 if (latitude < -90.0 || latitude > 90.0) {
126 throw new IllegalArgumentException("latitude
[all...]
H A DGeofence.java41 * @param latitude latitude in degrees, between -90 and +90 inclusive
47 public static Geofence createCircle(double latitude, double longitude, float radius) { argument
48 return new Geofence(latitude, longitude, radius);
51 private Geofence(double latitude, double longitude, float radius) { argument
53 checkLatLong(latitude, longitude);
55 mLatitude = latitude;
86 private static void checkLatLong(double latitude, double longitude) { argument
87 if (latitude > 90.0 || latitude <
[all...]
H A DAddress.java288 * Returns true if a latitude has been assigned to this Address,
296 * Returns the latitude of the address if known.
299 * a latitude.
310 * Sets the latitude associated with this address.
312 public void setLatitude(double latitude) { argument
313 mLatitude = latitude;
318 * Removes any latitude associated with this address.
366 * a latitude.
459 sb.append(",latitude=");
H A DLocation.java33 * <p>A location can consist of a latitude, longitude, timestamp,
37 * guaranteed to have a valid latitude, longitude, and timestamp
43 * Constant used to specify formatting of a latitude or longitude
49 * Constant used to specify formatting of a latitude or longitude
56 * Constant used to specify formatting of a latitude or longitude
146 * <p>By default time, latitude and longitude are 0, and the location
443 * @param startLatitude the starting latitude
445 * @param endLatitude the ending latitude
584 * Get the latitude, in degrees.
587 * will have a valid latitude
596 setLatitude(double latitude) argument
[all...]
H A DLocationManager.java941 * (latitude, longitude) and the given radius.
972 * @param latitude the latitude of the central point of the
987 public void addProximityAlert(double latitude, double longitude, float radius, long expiration, argument
992 Geofence fence = Geofence.createCircle(latitude, longitude, radius);
/frameworks/base/location/lib/java/com/android/location/provider/
H A DGeocodeProvider.java40 public String getFromLocation(double latitude, double longitude, int maxResults,
42 return GeocodeProvider.this.onGetFromLocation(latitude, longitude, maxResults,
61 public abstract String onGetFromLocation(double latitude, double longitude, int maxResults, argument
/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp105 status_t MediaMuxer::setLocation(int latitude, int longitude) { argument
116 ALOGV("Setting location: latitude = %d, longitude = %d", latitude, longitude);
117 return static_cast<MPEG4Writer*>(mWriter.get())->setGeoData(latitude, longitude);
/frameworks/av/media/ndk/
H A DNdkMediaMuxer.cpp71 media_status_t AMediaMuxer_setLocation(AMediaMuxer *muxer, float latitude, float longtitude) { argument
72 return translate_error(muxer->mImpl->setLocation(latitude * 10000, longtitude * 10000));
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightCalculator.java84 * @param latitude latitude in degrees.
85 * @param longitude latitude in degrees.
88 public void calculateTwilight(long time, double latitude, double longitude) { argument
110 final double latRad = latitude * DEGREES_TO_RADIANS;
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequest.java42 private void setCircularGeofence(double latitude, double longitude, double radius) { argument
43 mLatitude = latitude;
52 * @param latitude Latitude of the geofence
56 public static GeofenceHardwareRequest createCircularGeofence(double latitude, argument
59 geofenceRequest.setCircularGeofence(latitude, longitude, radius);
132 * Returns the latitude of this geofence.
/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java74 public String getFromLocation(double latitude, double longitude, int maxResults, argument
79 return provider.getFromLocation(latitude, longitude, maxResults, params, addrs);
H A DGnssLocationProvider.java1390 public boolean addCircularHardwareGeofence(int geofenceId, double latitude,
1393 return native_add_geofence(geofenceId, latitude, longitude, radius,
2630 private native void native_inject_location(double latitude, double longitude, float accuracy); argument
2660 private static native boolean native_add_geofence(int geofenceId, double latitude, argument
/frameworks/base/media/java/android/media/
H A DMediaMuxer.java288 private static native void nativeSetLocation(long nativeObject, int latitude, int longitude); argument
387 * Set and store the geodata (latitude and longitude) in the output file.
393 * @param latitude Latitude in degrees. Its value must be in the range [-90,
397 * @throws IllegalArgumentException If the given latitude or longitude is out
401 public void setLocation(float latitude, float longitude) { argument
402 int latitudex10000 = (int) (latitude * 10000 + 0.5);
406 String msg = "Latitude: " + latitude + " out of range.";
H A DMediaRecorder.java585 * Set and store the geodata (latitude and longitude) in the output file.
591 * @param latitude latitude in degrees. Its value must be in the
596 * @throws IllegalArgumentException if the given latitude or
600 public void setLocation(float latitude, float longitude) { argument
601 int latitudex10000 = (int) (latitude * 10000 + 0.5);
605 String msg = "Latitude: " + latitude + " out of range.";
613 setParameter("param-geotag-latitude=" + latitudex10000);
/frameworks/base/media/jni/
H A Dandroid_media_MediaMuxer.cpp192 JNIEnv *env, jclass /* clazz */, jlong nativeObject, jint latitude, jint longitude) {
195 status_t res = muxer->setLocation(latitude, longitude);
191 android_media_MediaMuxer_setLocation( JNIEnv *env, jclass , jlong nativeObject, jint latitude, jint longitude) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java93 public final float latitude; field in class:ExifInterfaceTest.ExpectedValue
136 latitude = typedArray.getFloat(4, 0f);
282 assertEquals(expectedValue.latitude, latLong[0], DIFFERENCE_TOLERANCE);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraSettings.java70 public final double latitude; field in class:CameraSettings.GpsData
81 * {@code latitude}, {@code longitude}, and {@code altitude} will be
84 public GpsData(double latitude, double longitude, double altitude, long timeStamp, argument
87 (latitude != 0.0 || longitude != 0.0 || altitude != 0.0)) {
90 this.latitude = latitude;
99 this.latitude = src.latitude;
/frameworks/support/exifinterface/tests/src/android/support/media/
H A DExifInterfaceTest.java228 public final float latitude; field in class:ExifInterfaceTest.ExpectedValue
271 latitude = typedArray.getFloat(4, 0f);
736 assertEquals(expectedValue.latitude, latLong[0], DIFFERENCE_TOLERANCE);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c200 // latitude 0 to pi/2 for no mirrored bottom
210 int a, longitude, latitude; local
227 // latitude 0 to pi/2
228 for (latitude = latitudeBegin; latitude < latitudeEnd; ++latitude)
232 float p1 = -PI / 2 + latitude * 2 * PI / resol2;
233 float p2 = -PI / 2 + (latitude + 1) * 2 * PI / resol2;
255 if (latitude == latitudeBegin + 1)
335 } // latitude
[all...]
/frameworks/base/core/java/android/provider/
H A DContacts.java1230 * The column with latitude data for postal locations
1435 * Add a longitude and latitude location to a postal address.
1439 * @param latitude the latitude for the address
1445 double latitude, double longitude) {
1449 values.put(POSTAL_LOCATION_LATITUDE, latitude);
1444 addPostalLocation(Context context, long postalId, double latitude, double longitude) argument
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java2815 public String getFromLocation(double latitude, double longitude, int maxResults, argument
2818 return mGeocodeProvider.getFromLocation(latitude, longitude, maxResults,
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp1380 jobject /* obj */, jdouble latitude, jdouble longitude, jfloat accuracy) {
1382 auto result = gnssHal->injectLocation(latitude, longitude, accuracy);
1587 jobject /* obj */, jint geofenceId, jdouble latitude, jdouble longitude, jdouble radius,
1592 geofenceId, latitude, longitude, radius,
1379 android_location_GnssLocationProvider_inject_location(JNIEnv* , jobject , jdouble latitude, jdouble longitude, jfloat accuracy) argument
1586 android_location_GnssLocationProvider_add_geofence(JNIEnv* , jobject , jint geofenceId, jdouble latitude, jdouble longitude, jdouble radius, jint last_transition, jint monitor_transition, jint notification_responsiveness, jint unknown_timer) argument
/frameworks/base/core/java/android/hardware/
H A DCamera.java2167 private static final String KEY_GPS_LATITUDE = "gps-latitude";
3216 * Sets GPS latitude coordinate. This will be stored in JPEG EXIF
3219 * @param latitude GPS latitude coordinate.
3221 public void setGpsLatitude(double latitude) { argument
3222 set(KEY_GPS_LATITUDE, Double.toString(latitude));
3265 * Removes GPS latitude, longitude, altitude, and timestamp from the
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1898 * Gets the double representation of the GPS latitude or longitude
1925 * Gets the GPS latitude and longitude as a pair of doubles from this
1928 * @return an array of 2 doubles containing the latitude, and longitude
1933 Rational[] latitude = getTagRationalValues(TAG_GPS_LATITUDE);
1937 if (latitude == null || longitude == null || latitudeRef == null || longitudeRef == null
1938 || latitude.length < 3 || longitude.length < 3) {
1942 latLon[0] = convertLatOrLongToDouble(latitude, latitudeRef);
1980 * Creates and sets all to the GPS tags for a give latitude and longitude.
1982 * @param latitude a GPS latitude coordinat
1986 addGpsTags(double latitude, double longitude) argument
[all...]

Completed in 743 milliseconds

12