Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
62ca3a891d3a09f54a0c2de779b7e16c70484c03
/
services
/
input
/
InputReader.h
67774c7
Move EventHub over to using EPOLLWAKEUP when available
by Michael Wright
· 11 years ago
eeadb32
Bound touch and tool axes lengths below at 0
by Michael Wright
· 11 years ago
ac6c78b
Add controller numbers for gamepads / joysticks
by Michael Wright
· 11 years ago
7ddd110
Add input device property for buttons under touchpads
by Michael Wright
· 12 years ago
9d3b1a4
Move input library code to frameworks/native.
by Jeff Brown
· 11 years ago
a66c789
Merge "Pipe through bounding box information"
by Michael Wright
· 12 years ago
86172f6
Pipe through bounding box information
by Michael Wright
· 12 years ago
4361e1f
Remove assist swipe from TOUCH_NAVIGATION devices
by Michael Wright
· 12 years ago
2b08c61
Mirror LTRIGGER / RTRIGGER as BRAKE / GAS for compatibility
by Michael Wright
· 12 years ago
4dac901
Rewrite touch navigation dpad synthesis.
by Jeff Brown
· 12 years ago
c6091c6
Pipe through device resolution information
by Michael Wright
· 12 years ago
e7a9ae8
Add touch navigation input source
by Michael Wright
· 12 years ago
bcc046a
Bundle correlated switch changes atomically.
by Jeff Brown
· 12 years ago
83d616a
Make input system aware of multiple displays.
by Jeff Brown
· 12 years ago
d728bf5
Make display manager tell input system about viewports.
by Jeff Brown
· 12 years ago
037f727
Improve handling of size and orientation.
by Jeff Brown
· 12 years ago
8a90e6e
Minor refactoring before starting on velocity tracker changes.
by Jeff Brown
· 13 years ago
daa3753
Improve handling of built-in keyboard.
by Jeff Brown
· 13 years ago
5bbd4b4
Get alias for Bluetooth devices.
by Jeff Brown
· 13 years ago
00710e9
Make InputDevice.SOURCE_STYLUS meaningful.
by Jeff Brown
· 13 years ago
6ec6f79
Support loading keyboard layout overlays from resources.
by Jeff Brown
· 13 years ago
a47425a
Add support for input devices that have vibrators.
by Jeff Brown
· 13 years ago
af9e8d3
Notify applications when input devices change.
by Jeff Brown
· 13 years ago
49ccac5
Refactor key code mapping.
by Jeff Brown
· 13 years ago
e38fdfa
Add a unique input device descriptor.
by Jeff Brown
· 13 years ago
b93a03f8
frameworks/base refactoring.
by Mathias Agopian
· 13 years ago
112b5f5
Improve watchdog monitor for InputReader and InputDispatcher.
by Jeff Brown
· 13 years ago
9ee285a
Support composite touch / joystick devices better.
by Jeff Brown
· 13 years ago
daf4a12
Add a "show touches" option for demos and presentations. Bug: 4569045
by Jeff Brown
· 13 years ago
ea6892e
Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER. Bug: 5205301
by Jeff Brown
· 13 years ago
65fd251
Input system bug fixes, particularly for stylus. Bug: 5049148
by Jeff Brown
· 13 years ago
8bcbbef
Exorcise notification panel ghosts. Bug: 5105599
by Jeff Brown
· 13 years ago
a1f89ce
Improve touch device configuration. Bug: 5064702
by Jeff Brown
· 13 years ago
89ef072
Add input system to Watchdog. Bug: 5094994
by Jeff Brown
· 13 years ago
d87c6d5
Use BTN_TOUCH or BTN_TOOL_* to determine if touch active. Bug: 5064702
by Jeff Brown
· 13 years ago
be1aa82
Refactor input reader to add stylus support. Bug: 5064702
by Jeff Brown
· 13 years ago
bc68a59
Report the external display size to the input reader.
by Jeff Brown
· 13 years ago
49754db
Handle stylus buttons and tool types.
by Jeff Brown
· 13 years ago
a611137
Remove edge slop support.
by Jeff Brown
· 13 years ago
a4d1bc5
Drop obsolete touch screen hacks.
by Jeff Brown
· 13 years ago
6894a29
Workaround apps that make assumptions about pointer ids.
by Jeff Brown
· 13 years ago
474dcb5
Add support for disabling pointer gestures.
by Jeff Brown
· 13 years ago
9429e6e
am 92110af2: am 5f0b1721: am 25bd8abc: Merge "Fix swipe gesture cosine calculation. Bug: 4124987" into honeycomb-mr2
by Jeff Brown
· 13 years ago
051e8f2
am 55cc25c1: am 797dc698: am b92dcf9c: Merge "Simplify spot tracking logic. Bug: 4124987" into honeycomb-mr2
by Jeff Brown
· 14 years ago
774ed9d
resolved conflicts for merge of 8b2c0014 to master
by Jeff Brown
· 14 years ago
6674d9b
Fix swipe gesture cosine calculation. Bug: 4124987
by Jeff Brown
· 14 years ago
cb5ffcf
Simplify spot tracking logic. Bug: 4124987
by Jeff Brown
· 14 years ago
bb3fcba0c
Touch pad improvements. Bug: 4124987
by Jeff Brown
· 14 years ago
7218d83
resolved conflicts for merge of ca2b552d to master
by Jeff Brown
· 14 years ago
a742f85
am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration." into honeycomb-mr2
by Jeff Brown
· 14 years ago
f3b57de
resolved conflicts for merge of 7e193916 to master
by Dianne Hackborn
· 14 years ago
60a126a
Merge "Fix ABS_MT_SLOT handling."
by Jeff Brown
· 14 years ago
441a9c2
Fix ABS_MT_SLOT handling.
by Jeff Brown
· 14 years ago
1a84fd1
Add a preference panel for mouse speed.
by Jeff Brown
· 14 years ago
19c97d46
Implement pointer acceleration.
by Jeff Brown
· 14 years ago
b530abc
am 3f5b95b0: am a4e74744: am fa574c0e: Merge "Touch pad UX improvements." into honeycomb-mr2
by Jeff Brown
· 14 years ago
214eaf4
Use ViewConfiguration to seed input system configuration.
by Jeff Brown
· 14 years ago
538881e
Touch pad UX improvements.
by Jeff Brown
· 14 years ago
325bd07
Add tap/drag touchpad gesture. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
86ea1f5
Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
a6dbfdd
Add a sprite controller. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
dbf8d27
Optimize EventHub to process events in big chunks. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
80fd47c
Input device protocol enhancements.
by Jeff Brown
· 14 years ago
68d6075
Refactor how timeouts are calculated. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
96ad397
Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
fe9f8ab
Add initial API for stylus and mouse buttons.
by Jeff Brown
· 14 years ago
79ac969
Add tap/drag touchpad gesture.
by Jeff Brown
· 14 years ago
2352b97
Initial checkin of spot presentation for touchpad gestures.
by Jeff Brown
· 14 years ago
5541de9
Add a sprite controller.
by Jeff Brown
· 14 years ago
b719874
Optimize EventHub to process events in big chunks.
by Jeff Brown
· 14 years ago
aa3855d
Refactor how timeouts are calculated.
by Jeff Brown
· 14 years ago
ace13b1
Use touch pad gestures to manipulate the pointer.
by Jeff Brown
· 14 years ago
efd3266
Input improvements and bug fixes.
by Jeff Brown
· 14 years ago
9626b14
Fix off by one errors in touch motion ranges. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
8529745
Joystick tweaks. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
56194eb
Wake screen from external HID peripherals.
by Jeff Brown
· 14 years ago
05dc66a
Fade out the mouse pointer after inactivity or other events.
by Jeff Brown
· 14 years ago
6f2fba4
Add new axes for joysticks and mouse wheels.
by Jeff Brown
· 14 years ago
7cca7e0
am 761a6b7f: am f4368c95: Merge "Filter virtual keys after touches." into honeycomb
by Jeff Brown
· 14 years ago
fe50892
Filter virtual keys after touches.
by Jeff Brown
· 14 years ago
cb1404e
Add joystick support to framework.
by Jeff Brown
· 14 years ago
517bb4c
Add support for detecting finger orientation.
by Jeff Brown
· 14 years ago
b4ff35d
Mouse pointer integration.
by Jeff Brown
· 14 years ago
[Renamed (99%) from include/ui/InputReader.h]
83c0968
Add initial support for cursor-based pointing devices.
by Jeff Brown
· 14 years ago
49ed71d
Add support for fallback keycodes.
by Jeff Brown
· 14 years ago
9065504
Improve support for external keyboards.
by Jeff Brown
· 14 years ago
47e6b1b
Support non-orientation aware keyboards and other devices.
by Jeff Brown
· 14 years ago
3ae4ac8
am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs identified." into gingerbread
by Jeff Brown
· 14 years ago
c3db858
Add unit tests for native input and fix bugs identified.
by Jeff Brown
· 14 years ago
511ee5f
Add support for calibrating touch position.
by Jeff Brown
· 14 years ago
c52862e
am 5f0cbfce: am c1e7b218: Merge "Improve input device calibration format." into gingerbread
by Jeff Brown
· 14 years ago
497a92c
Add keycodes and meta-key modifiers to support external keyboards.
by Jeff Brown
· 14 years ago
c6d282b
Improve input device calibration format.
by Jeff Brown
· 14 years ago
b699726
Added more robust tracking and cancelation of events.
by Jeff Brown
· 14 years ago
7342bb9
Wait for initial device scan to finish before updating config.
by Jeff Brown
· 14 years ago
0eaf393
Support haptic feedback for virtual keys defined in key layout.
by Jeff Brown
· 14 years ago
ef3d7e8
Move verbose logging of device capabilities to dumpsys.
by Jeff Brown
· 14 years ago
01ce2e9
Add suuport for splitting touch events across windows.
by Jeff Brown
· 14 years ago
b88102f
Input dispatcher ANR handling enhancements.
by Jeff Brown
· 14 years ago
8d60866
Input device calibration and capabilities.
by Jeff Brown
· 14 years ago
Next »