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