Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
frameworks
/
base
/
795fcd07943ac1aaab309a4fa0d6bad1b67671a8
/
services
/
input
/
InputReader.cpp
1e08fe9
Eliminate hw.keyboards system properties.
by Jeff Brown
· 13 years ago
9ee285a
Support composite touch / joystick devices better.
by Jeff Brown
· 13 years ago
8d3feb6
Merge "Add a "show touches" option for demos and presentations. Bug: 4569045"
by Jeff Brown
· 13 years ago
deffe07
Prioritize INPUT_PROP_DIRECT first.
by Jeff Brown
· 13 years ago
daf4a12
Add a "show touches" option for demos and presentations. Bug: 4569045
by Jeff Brown
· 13 years ago
c28306a
Improve input device wake heuristics. Bug: 5205674
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
a66cee1
Fix tap gesture on touch pads.
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
44e504e
Drop hack for drivers that emit zero ABS_MT_TOUCH_MAJOR. Bug: 5064702
by Jeff Brown
· 13 years ago
612891e
Add support for orientationAware touch pads. Bug: 5038388
by Jeff Brown
· 13 years ago
6069139
Remove more edge flag cruft.
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
2717eff
Query input device for initial slot index.
by Jeff Brown
· 13 years ago
2e45fb6
Fix joystick and trackpad regression.
by Jeff Brown
· 13 years ago
aba321a
Add some logging code to track down touch issues.
by Jeff Brown
· 13 years ago
8134681
Improve input event consistency invariants.
by Jeff Brown
· 13 years ago
53ca3f1
Hover and stylus API cleanup.
by Jeff Brown
· 13 years ago
474dcb5
Add support for disabling pointer gestures.
by Jeff Brown
· 13 years ago
93fa9b3
EventHub code cleanup.
by Jeff Brown
· 13 years ago
b3a2d13
Take advantage of updated linux/input.h kernel headers.
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
· 13 years ago
774ed9d
resolved conflicts for merge of 8b2c0014 to master
by Jeff Brown
· 13 years ago
6674d9b
Fix swipe gesture cosine calculation. Bug: 4124987
by Jeff Brown
· 13 years ago
cb5ffcf
Simplify spot tracking logic. Bug: 4124987
by Jeff Brown
· 13 years ago
bb3fcba
Touch pad improvements. Bug: 4124987
by Jeff Brown
· 13 years ago
b126822
Use pointer mode instead of spots for SEMI_MT touch pads.
by Jeff Brown
· 13 years ago
7218d83
resolved conflicts for merge of ca2b552d to master
by Jeff Brown
· 13 years ago
a742f85
am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration." into honeycomb-mr2
by Jeff Brown
· 13 years ago
f3b57de
resolved conflicts for merge of 7e193916 to master
by Dianne Hackborn
· 13 years ago
60a126a
Merge "Fix ABS_MT_SLOT handling."
by Jeff Brown
· 13 years ago
441a9c2
Fix ABS_MT_SLOT handling.
by Jeff Brown
· 13 years ago
1a84fd1
Add a preference panel for mouse speed.
by Jeff Brown
· 13 years ago
19c97d4
Implement pointer acceleration.
by Jeff Brown
· 13 years ago
b530abc
am 3f5b95b0: am a4e74744: am fa574c0e: Merge "Touch pad UX improvements." into honeycomb-mr2
by Jeff Brown
· 13 years ago
214eaf4
Use ViewConfiguration to seed input system configuration.
by Jeff Brown
· 13 years ago
4e3f720
Button state should reflect actual buttons. (DO NOT MERGE)
by Jeff Brown
· 13 years ago
538881e
Touch pad UX improvements.
by Jeff Brown
· 13 years ago
b416e24
Fix bug reporting presence of orientation axis. (DO NOT MERGE)
by Jeff Brown
· 13 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
dbf8d27
Optimize EventHub to process events in big chunks. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
9f2106f
Disable pointer debug logging.
by Jeff Brown
· 13 years ago
80fd47c
Input device protocol enhancements.
by Jeff Brown
· 13 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
b6110c2
Fix dispatcher crash when input monitoring enabled.
by Jeff Brown
· 14 years ago
a032cc0
Add MotionEvent.HOVER_ENTER and HOVER_EXIT.
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
9e8e40c
Recognize 3D joysticks. (DO NOT MERGE)
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
924c4d4
Support POLICY_FLAG_ALT et. al. (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
33bbfd2
Add support for mouse hover and scroll wheel.
by Jeff Brown
· 14 years ago
cc0c159
Add new hover move action and scroll wheel plumbing.
by Jeff Brown
· 14 years ago
6f2fba4
Add new axes for joysticks and mouse wheels.
by Jeff Brown
· 14 years ago
ebbd5d1
Fix a regression with MotionEvent parceling.
by Jeff Brown
· 14 years ago
91c69ab
Add support for arbitrary axes in MotionEvents.
by Jeff Brown
· 14 years ago
c3451d4
Scale major axis when finger is oriented.
by Jeff Brown
· 14 years ago
ab2f096
am 12b2dc90: am b1e0a870: Merge "Fix crashes caused by some input devices." into honeycomb
by Jeff Brown
· 14 years ago
58a2da8
Fix crashes caused by some input devices.
by Jeff Brown
· 14 years ago
e155bd0
am 5f668c6e: am 8b9df978: Merge "Fix getSwitchState." into honeycomb
by Jeff Brown
· 14 years ago
89de57a
Fix getSwitchState.
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
1c9d06e
Fix bug with mice that send multiple BTN_MOUSE values.
by Jeff Brown
· 14 years ago
b4ff35d
Mouse pointer integration.
by Jeff Brown
· 14 years ago
[Renamed (98%) from libs/ui/InputReader.cpp]
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
1f24510
Ensure the ShortcutManager uses the correct key character map.
by Jeff Brown
· 14 years ago
47e6b1b
Support non-orientation aware keyboards and other devices.
by Jeff Brown
· 14 years ago
6b53e8d
Added support for full PC-style keyboards.
by Jeff Brown
· 14 years ago
51e7fe7
Rename the locked meta key constants for clarity.
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
Next »