Home
last modified time | relevance | path

Searched refs:altitude (Results 1 – 19 of 19) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraSettings.java72 public final double altitude; field in CameraSettings.GpsData
84 public GpsData(double latitude, double longitude, double altitude, long timeStamp, in GpsData() argument
87 (latitude != 0.0 || longitude != 0.0 || altitude != 0.0)) { in GpsData()
92 this.altitude = altitude; in GpsData()
101 this.altitude = src.altitude; in GpsData()
DAndroidCamera2Settings.java535 location.setAltitude(mGpsData.altitude); in updateRequestGpsData()
DAndroidCameraAgentImpl.java720 parameters.setGpsAltitude(gpsData.altitude); in applySettingsToParameters()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DGEOLocationElement.java142 double altitude = fixToFloat(reverseBitStream.sliceOff(ALT_WIDTH), ALT_FRACTION_SIZE, in GEOLocationElement()
146 new RealValue(altitude, bitsToAbsResolution(rawAltRes, ALT_WIDTH, in GEOLocationElement()
148 new RealValue(altitude); in GEOLocationElement()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java225 Float altitude = getNullableFloat(cursor, ALTITUDE); in createEntry() local
226 if (altitude != null) { in createEntry()
227 location.setAltitude(altitude); in createEntry()
/frameworks/base/media/jni/
Dandroid_media_ExifInterface.cpp259 if (image_data.gps.altitude.denominator != 0) { in getRawAttributes()
263 image_data.gps.altitude.numerator, in getRawAttributes()
264 image_data.gps.altitude.denominator)); in getRawAttributes()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java95 public final float altitude; field in ExifInterfaceTest.ExpectedValue
138 altitude = typedArray.getFloat(6, 0f); in ExpectedValue()
286 assertEquals(expectedValue.altitude, exifInterface.getAltitude(.0), DIFFERENCE_TOLERANCE); in compareWithExpectedValue()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java1449 private void reportLocation(int flags, double latitude, double longitude, double altitude, in reportLocation() argument
1465 mLocation.setAltitude(altitude); in reportLocation()
1732 double altitude,
1745 location.setAltitude(altitude);
1786 double longitude, double altitude, float speed, float bearing, float accuracy,
1795 altitude,
1813 double longitude, double altitude, float speed, float bearing, float accuracy,
1822 altitude,
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp116 (jdouble)location->altitude, in location_callback()
475 (jdouble)location->altitude, in gps_geofence_transition_callback()
488 jdouble altitude = 0; in gps_geofence_status_callback() local
497 altitude = location->altitude; in gps_geofence_status_callback()
505 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp); in gps_geofence_status_callback()
Dcom_android_server_location_FlpHardwareProvider.cpp298 location.altitude = env->CallDoubleMethod(locationObject, getAltitude); in TranslateFromObject()
504 sCallbackEnv->CallVoidMethod(locationObject, setAltitude, location->altitude); in TranslateToObject()
/frameworks/base/location/java/android/location/
DLocation.java617 public void setAltitude(double altitude) { in setAltitude() argument
618 mAltitude = altitude; in setAltitude()
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_menu.jd210 …vel:</td><td>depth 1%<br>direction down<br>size 0px<br>angle 90&deg;<br>altitude 10&deg;<br>highli…
318 …>Inner bevel:</td><td>depth 1% | direction down size 0px<br>angle 90° | altitude 10°<br>highlight …
Dicon_design_tab.jd378 …Inner bevel:</td><td>depth 1% | direction down | size 0px | angle 90° | altitude 10°<br>highlight …
424 …r bevel:</td><td>depth 1% | direction down | size 0px | angle 90° | <br>altitude 10°<br>highlight …
Dicon_design_status_bar.jd452 …bevel:</td><td>depth 100% | direction down<br>size 0px | angle 90° |<br>altitude 30°<br>highlight …
454 …bevel: smooth | depth 1% | direction down | size 0px | angle 117° | <br>altitude 42° | highlight w…
/frameworks/base/core/java/android/hardware/
DCamera.java3176 public void setGpsAltitude(double altitude) { in setGpsAltitude() argument
3177 set(KEY_GPS_ALTITUDE, Double.toString(altitude)); in setGpsAltitude()
/frameworks/base/media/java/android/media/
DExifInterface.java1720 double altitude = getAttributeDouble(TAG_GPS_ALTITUDE, -1); in getAltitude() local
1723 if (altitude >= 0 && ref >= 0) { in getAltitude()
1724 return (altitude * ((ref == 1) ? -1 : 1)); in getAltitude()
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.jd223 <li>New support for altitude tag in EXIF metadata for JPEG files. New method
225 retrieve the value of the EXIF altitude tag.</li>
493 ordered according to accuracy, power usage, ability to report altitude, speed,
/frameworks/base/docs/html/training/location/
Dreceive-location-updates.jd44 altitude, or velocity of the device. This information, and more, is available
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd449 an optional altitude in meters. For example:</p>