Searched refs:ORIENTATION_VERTICAL (Results 1 – 1 of 1) sorted by relevance
36 public static final int ORIENTATION_VERTICAL = 1; field in AccelerometerListener68 : (orientation == ORIENTATION_VERTICAL ? "vertical" : "unknown")));134 int delay = (orientation == ORIENTATION_VERTICAL ? VERTICAL_DEBOUNCE : HORIZONTAL_DEBOUNCE); in setOrientation()161 (angle > VERTICAL_ANGLE ? ORIENTATION_VERTICAL : ORIENTATION_HORIZONTAL); in onSensorEvent()