HomeSort by relevance Sort by last modified time
    Searched refs:getLongitude (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
MapModel2D.java 141 double distance = NavCalculator.computeLongDiff(centre.getLongitude(),
142 position.getLongitude());
157 if (centre.getLongitude() == position.getLongitude()) {
183 if (centre.getLongitude() < 0 && position.getLongitude() < centre.getLongitude()) {
186 } else if (centre.getLongitude() < 0 && position.getLongitude() > centre.getLongitude()) {
    [all...]
MapModel3D.java 170 double distance = NavCalculator.computeLongDiff(centre.getLongitude(),
171 position.getLongitude());
186 if (centre.getLongitude() == position.getLongitude()) {
212 if (centre.getLongitude() < 0 && position.getLongitude() < centre.getLongitude()) {
215 } else if (centre.getLongitude() < 0 && position.getLongitude() > centre.getLongitude()) {
    [all...]
NavCalculator.java 95 double dLong = computeDLong(p1.getLongitude(), p2.getLongitude());
119 double dLong = computeDLong(p1.getLongitude(), p2.getLongitude());
153 double dLong = p1.getLongitude() - p2.getLongitude();
319 double initialLong = initialPos.getLongitude();
535 double dLon = computeDLong(p1.getLongitude(), p2.getLongitude());
552 double adj = Math.abs(p1.getLongitude() - p2.getLongitude())
    [all...]
Position.java 164 public double getLongitude() {
223 System.out.println(p.getLongitude());
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareRequestParcelable.java 54 public double getLongitude() {
55 return mRequest.getLongitude();
118 builder.append(mRequest.getLongitude());
178 parcel.writeDouble(getLongitude());
GeofenceHardwareRequest.java 141 public double getLongitude() {
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 60 public double getLongitude() {
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java 60 public double getLongitude() {
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofence.java 60 public double getLongitude() {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightManager.java 134 location.getLatitude(), location.getLongitude());
138 calculator.calculateTwilight(now, location.getLatitude(), location.getLongitude());
145 location.getLatitude(), location.getLongitude());
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 399 assertEquals(longitude1, location.getLongitude());
451 assertEquals(longitude1, location.getLongitude());
499 assertEquals(longitude1, location.getLongitude());
551 assertEquals(longitude1, location.getLongitude());
557 assertEquals(longitude1, location.getLongitude());
607 assertEquals(longitude1, location.getLongitude());
665 assertEquals(longitude1, location.getLongitude());
673 assertEquals(longitude1, location.getLongitude());
726 assertEquals(longitude1, location.getLongitude());
785 assertEquals(longitude1, location.getLongitude());
    [all...]
LocationTest.java 334 assertEquals(0, location.getLongitude(), DELTA);
337 assertEquals(180, location.getLongitude(), DELTA);
340 assertEquals(-180, location.getLongitude(), DELTA);
392 assertEquals(0, location.getLongitude(), DELTA);
477 assertEquals(TEST_LONGITUDE, l.getLongitude(), DELTA);
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 70 assertEquals(new Float(LONGITUDE), new Float(mLocation.getLongitude()));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAddress.java 32 public double getLongitude() {
ShadowLocation.java 58 longitude = l.getLongitude();
168 public double getLongitude() {
385 dest.getLatitude() != mLat2 || dest.getLongitude() != mLon2) {
387 dest.getLatitude(), dest.getLongitude(), mResults);
391 mLon2 = dest.getLongitude();
414 dest.getLatitude() != mLat2 || dest.getLongitude() != mLon2) {
416 dest.getLatitude(), dest.getLongitude(), mResults);
420 mLon2 = dest.getLongitude();
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 60 builder.addLine(loc.getLongitude() + "," + loc.getLatitude() + ","
CSVFormatter.java 58 rowOutput.append(entry.getLocation().getLongitude());
  /packages/apps/Camera2/src/com/android/camera/data/
Location.java 42 public double getLongitude() {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocationTest.java 76 assertEquals(0.0d, defaultLocation.getLongitude());
107 assertEquals(3.0, l.getLongitude());
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceState.java 60 mLocation.setLongitude(fence.getLongitude());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
UpdateCountryService.java 74 location.getLatitude(), location.getLongitude(), 1);
  /frameworks/base/services/core/java/com/android/server/twilight/
TwilightService.java 373 mLocation.getLatitude(), mLocation.getLongitude());
378 mLocation.getLatitude(), mLocation.getLongitude());
385 mLocation.getLatitude(), mLocation.getLongitude());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java 53 public double getLongitude() {
  /frameworks/base/location/java/android/location/
Geofence.java 71 public double getLongitude() {
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 112 public static double getLongitude(MediaObject image) {

Completed in 1527 milliseconds

1 2 3 4