Searched refs:VERTICAL_DEBOUNCE (Results 1 – 1 of 1) sorted by relevance
42 private static final int VERTICAL_DEBOUNCE = 100; field in AccelerometerListener134 int delay = (orientation == ORIENTATION_VERTICAL ? VERTICAL_DEBOUNCE : HORIZONTAL_DEBOUNCE); in setOrientation()