Searched defs:longitude (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DMockGeolocation.java40 public void setPosition(double latitude, double longitude, double accuracy) { argument
42 nativeSetPosition(mWebViewCore, latitude, longitude, accuracy);
61 double longitude, double accuracy);
60 nativeSetPosition(WebViewCore webViewCore, double latitude, double longitude, double accuracy) argument
H A DWebViewCore.java3054 public void setMockGeolocationPosition(double latitude, double longitude, double accuracy) { argument
3055 mMockGeolocation.setPosition(latitude, longitude, accuracy);
H A DWebViewClassic.java4936 public void setMockGeolocationPosition(double latitude, double longitude, double accuracy) { argument
4937 mWebViewCore.setMockGeolocationPosition(latitude, longitude, accuracy);
/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.
110 * @param longitude the longitude a point for the search
118 * @throws IllegalArgumentException if longitude is
123 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) argument
128 if (longitude < -180.0 || longitude > 180.0) {
129 throw new IllegalArgumentException("longitude
[all...]
H A DGeofence.java42 * @param longitude longitude in degrees, between -180 and +180 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);
56 mLongitude = longitude;
86 private static void checkLatLong(double latitude, double longitude) { argument
90 if (longitude > 180.0 || longitude <
[all...]
H A DAddress.java325 * Returns true if a longitude has been assigned to this Address,
333 * Returns the longitude of the address if known.
336 * a longitude.
347 * Sets the longitude associated with this address.
349 public void setLongitude(double longitude) { argument
350 mLongitude = longitude;
355 * Removes any longitude associated with this address.
463 sb.append(",longitude=");
H A DLocation.java32 * <p>A location can consist of a latitude, longitude, timestamp,
36 * guaranteed to have a valid latitude, longitude, and timestamp
42 * Constant used to specify formatting of a latitude or longitude
48 * Constant used to specify formatting of a latitude or longitude
55 * Constant used to specify formatting of a latitude or longitude
109 * <p>By default time, latitude and longitude are 0, and the location
396 * @param startLongitude the starting longitude
398 * @param endLongitude the ending longitude
559 * Get the longitude, in degrees.
562 * will have a valid longitude
571 setLongitude(double longitude) argument
[all...]
H A DLocationManager.java889 * (latitude, longitude) and the given radius.
922 * @param longitude the longitude of the central point of the
934 public void addProximityAlert(double latitude, double longitude, float radius, long expiration, argument
939 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/libvideoeditor/vss/inc/
H A DM4EXIFC_CommonAPI.h94 M4OSA_Char *longitudeRef; /**< longitude reference */
95 M4COMMON_Location longitude; /**< longitude */ member in struct:__anon217
/frameworks/base/services/java/com/android/server/
H A DTwilightCalculator.java69 * @param longitude latitude in degrees.
71 public void calculateTwilight(long time, double latiude, double longitude) { argument
81 // ecliptic longitude
85 final double arcLongitude = -longitude / 360;
H A DLocationManagerService.java1814 public String getFromLocation(double latitude, double longitude, int maxResults, argument
1817 return mGeocodeProvider.getFromLocation(latitude, longitude, maxResults,
/frameworks/base/services/java/com/android/server/location/
H A DGeocoderProxy.java70 public String getFromLocation(double latitude, double longitude, int maxResults, argument
75 return provider.getFromLocation(latitude, longitude, maxResults, params, addrs);
H A DGpsLocationProvider.java1019 private void reportLocation(int flags, double latitude, double longitude, double altitude, argument
1021 if (VERBOSE) Log.v(TAG, "reportLocation lat: " + latitude + " long: " + longitude +
1028 mLocation.setLongitude(longitude);
1622 private native void native_inject_location(double latitude, double longitude, float accuracy); argument
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestController.java83 public void setMockGeolocationPosition(double latitude, double longitude, double accuracy) { argument
85 " longitude=" + longitude + " accuracy=" + accuracy);
86 mLayoutTestsExecutor.setMockGeolocationPosition(latitude, longitude, accuracy);
H A DLayoutTestsExecutor.java696 public void setMockGeolocationPosition(double latitude, double longitude, double accuracy) { argument
697 WebViewClassic.fromWebView(mCurrentWebView).setMockGeolocationPosition(latitude, longitude,
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestController.java76 public void setMockGeolocationPosition(double latitude, double longitude, double accuracy); argument
H A DCallbackProxy.java490 double longitude,
495 longitude,
489 setMockGeolocationPosition(double latitude, double longitude, double accuracy) argument
H A DTestShellActivity.java543 public void setMockGeolocationPosition(double latitude, double longitude, double accuracy) { argument
544 WebViewClassic.fromWebView(mWebView).setMockGeolocationPosition(latitude, longitude,
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java398 * Set and store the geodata (latitude and longitude) in the output file.
406 * @param longitude longitude in degrees. Its value must be in the
410 * longitude is out of range.
413 public void setLocation(float latitude, float longitude) { argument
415 int longitudex10000 = (int) (longitude * 10000 + 0.5);
422 String msg = "Longitude: " + longitude + " out of range";
427 setParameter("param-geotag-longitude=" + longitudex10000);
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp75 (jdouble)location->latitude, (jdouble)location->longitude,
451 jdouble latitude, jdouble longitude, jfloat accuracy)
454 sGpsInterface->inject_location(latitude, longitude, accuracy);
450 android_location_GpsLocationProvider_inject_location(JNIEnv* env, jobject obj, jdouble latitude, jdouble longitude, jfloat accuracy) argument
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c210 int a, longitude, latitude; local
223 // longitude -pi to pi
224 for (longitude = 0; longitude < longitudeCount; ++longitude)
230 float t1 = -PI + longitude * 2 * PI / resol1;
231 float t2 = -PI + (longitude + 1) * 2 * PI / resol1;
336 } // longitude
/frameworks/base/core/java/android/provider/
H A DContacts.java1245 * The column with longitude data for postal locations
1442 * Add a longitude and latitude location to a postal address.
1447 * @param longitude the longitude for the address
1452 double latitude, double longitude) {
1457 values.put(POSTAL_LOCATION_LONGITUDE, longitude);
1451 addPostalLocation(Context context, long postalId, double latitude, double longitude) argument
/frameworks/base/core/java/android/hardware/
H A DCamera.java1678 private static final String KEY_GPS_LONGITUDE = "gps-longitude";
2680 * Sets GPS longitude coordinate. This will be stored in JPEG EXIF
2683 * @param longitude GPS longitude coordinate.
2685 public void setGpsLongitude(double longitude) { argument
2686 set(KEY_GPS_LONGITUDE, Double.toString(longitude));
2719 * Removes GPS latitude, longitude, altitude, and timestamp from the

Completed in 3052 milliseconds