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

  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 61 #define MAX_TILT 80
433 } else if (fabsf(tilt_angle) > MAX_TILT) {
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 431 private static final int MAX_TILT = 80;
670 } else if (Math.abs(tiltAngle) > MAX_TILT) {
    [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 494 milliseconds