/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraSettings.java | 72 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()
|
D | AndroidCamera2Settings.java | 535 location.setAltitude(mGpsData.altitude); in updateRequestGpsData()
|
D | AndroidCameraAgentImpl.java | 720 parameters.setGpsAltitude(gpsData.altitude); in applySettingsToParameters()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
D | GEOLocationElement.java | 142 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/ |
D | TrackerEntry.java | 225 Float altitude = getNullableFloat(cursor, ALTITUDE); in createEntry() local 226 if (altitude != null) { in createEntry() 227 location.setAltitude(altitude); in createEntry()
|
/frameworks/base/media/jni/ |
D | android_media_ExifInterface.cpp | 259 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/ |
D | ExifInterfaceTest.java | 95 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/ |
D | GnssLocationProvider.java | 1449 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/ |
D | com_android_server_location_GnssLocationProvider.cpp | 116 (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()
|
D | com_android_server_location_FlpHardwareProvider.cpp | 298 location.altitude = env->CallDoubleMethod(locationObject, getAltitude); in TranslateFromObject() 504 sCallbackEnv->CallVoidMethod(locationObject, setAltitude, location->altitude); in TranslateToObject()
|
/frameworks/base/location/java/android/location/ |
D | Location.java | 617 public void setAltitude(double altitude) { in setAltitude() argument 618 mAltitude = altitude; in setAltitude()
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_menu.jd | 210 …vel:</td><td>depth 1%<br>direction down<br>size 0px<br>angle 90°<br>altitude 10°<br>highli… 318 …>Inner bevel:</td><td>depth 1% | direction down size 0px<br>angle 90° | altitude 10°<br>highlight …
|
D | icon_design_tab.jd | 378 …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 …
|
D | icon_design_status_bar.jd | 452 …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/ |
D | Camera.java | 3176 public void setGpsAltitude(double altitude) { in setGpsAltitude() argument 3177 set(KEY_GPS_ALTITUDE, Double.toString(altitude)); in setGpsAltitude()
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 1720 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/ |
D | android-2.3.jd | 223 <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/ |
D | receive-location-updates.jd | 44 altitude, or velocity of the device. This information, and more, is available
|
/frameworks/base/docs/html/guide/topics/location/ |
D | strategies.jd | 449 an optional altitude in meters. For example:</p>
|