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

  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 42 private float mGcLongitudeRad;
175 sinMLon[1] = (float) Math.sin(mGcLongitudeRad);
176 cosMLon[1] = (float) Math.cos(mGcLongitudeRad);
320 mGcLongitudeRad = (float) Math.toRadians(gdLongitudeDeg);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 59 milliseconds