am 327e94da: Merge "set max_events_per_sec to 55" into honeycomb-mr1

* commit '327e94daff12ab4ac4da61a3ea802f3f225d1b3a':
  set max_events_per_sec to 55
This commit is contained in:
Rebecca Schultz Zavin
2011-03-04 00:16:49 -08:00
committed by Android Git Automerger

View File

@@ -549,7 +549,7 @@ public class InputManager {
} catch (NumberFormatException e) {
}
if (result < 1) {
result = 60;
result = 55;
}
return result;
}