HomeSort by relevance Sort by last modified time
    Searched defs:getLongitude (Results 1 - 18 of 18) sorted by null

  /external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
RouteGuideUtil.java 30 public static double getLongitude(Point location) {
31 return location.getLongitude() / COORD_FACTOR;
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 60 public double getLongitude() {
SimpleGeofenceStore.java 90 prefs.putFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), (float) geofence.getLongitude());
  /developers/samples/android/deprecated/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 60 public double getLongitude() {
SimpleGeofenceStore.java 90 prefs.putFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), (float) geofence.getLongitude());
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofence.java 60 public double getLongitude() {
SimpleGeofenceStore.java 90 prefs.putFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), (float) geofence.getLongitude());
  /external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
RouteGuideUtil.java 44 public static double getLongitude(Point location) {
45 return location.getLongitude() / COORD_FACTOR;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
Coordinate.java 133 public Coordinate.longitudeType getLongitude() {
245 return getLongitude() != null;
257 return getLongitude();
280 + getLongitude().toIndentedString(indent);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java 53 public double getLongitude() {
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 137 assertEquals(longitude, address.getLongitude());
142 address.getLongitude();
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
PositionEstimate.java 133 public PositionEstimate.longitudeType getLongitude() {
290 return getLongitude() != null;
302 return getLongitude();
325 + getLongitude().toIndentedString(indent);
    [all...]
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
WearableMainActivity.java 401 addLocationEntry(location.getLatitude(), location.getLongitude());
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 411 addLocationEntry(location.getLatitude(), location.getLongitude());
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 411 addLocationEntry(location.getLatitude(), location.getLongitude());
  /external/grpc-grpc/examples/node/static_codegen/route_guide/
route_guide_pb.js 64 longitude: msg.getLongitude()
154 f = this.getLongitude();
192 proto.routeguide.Point.prototype.getLongitude = function() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLocationManager.java 459 copy.setLongitude(location.getLongitude());
473 double lonDifference = Math.toRadians(location2.getLongitude() - location1.getLongitude());
  /external/zxing/core/
core.jar 

Completed in 349 milliseconds