summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/wm/InputManager.java
AgeCommit message (Expand)Author
2012-04-05Refactor input system into its own service.Jeff Brown
2012-02-07Remove the input dispatcher throttle.Jeff Brown
2011-11-10increase the rate at which we dispatch events.Chet Haase
2011-10-12Improve screenshot chord debouncing.Jeff Brown
2011-08-26Add a "show touches" option for demos and presentations.Jeff Brown
2011-08-10Add input system to Watchdog.Jeff Brown
2011-07-25Report the external display size to the input reader.Jeff Brown
2011-07-14Refactor input dispatcher use of window/app handles.Jeff Brown
2011-07-01Drop obsolete touch screen hacks.Jeff Brown
2011-06-07resolved conflicts for merge of 8b2c0014 to masterJeff Brown
2011-06-06Touch pad improvements.Jeff Brown
2011-06-03resolved conflicts for merge of ca2b552d to masterJeff Brown
2011-06-03resolved conflicts for merge of 7e193916 to masterDianne Hackborn
2011-06-02Add a preference panel for mouse speed.Jeff Brown
2011-05-31Use ViewConfiguration to seed input system configuration.Jeff Brown
2011-05-25Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown
2011-04-19Initial checkin of spot presentation for touchpad gestures.Jeff Brown
2011-03-30Add input filter mechanism for accessibility.Jeff Brown
2011-03-03set max_events_per_sec to 55makarand.karvekar
2011-03-02Get key repeat timeout and delay from ViewConfiguration.Jeff Brown
2011-03-02Wake screen from external HID peripherals.Jeff Brown
2011-03-02Fade out the mouse pointer after inactivity or other events.Jeff Brown
2011-02-17Start window manager refactoring.Dianne Hackborn