HomeSort by relevance Sort by last modified time
    Searched refs:RADIANS_TO_DEGREES (Results 1 - 5 of 5) sorted by null

  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 57 #define RADIANS_TO_DEGREES (180.0f / M_PI)
464 tilt_tmp = (int)(asinf(z / magnitude) * RADIANS_TO_DEGREES);
499 orientation_angle = (int)(-atan2f(-x, y) * RADIANS_TO_DEGREES);
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 338 private static final float RADIANS_TO_DEGREES = (float) (180 / Math.PI);
650 Math.asin(z / magnitude) * RADIANS_TO_DEGREES);
687 -Math.atan2(-x, y) * RADIANS_TO_DEGREES);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 68 milliseconds