Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
aa3855d5836d2a2d83baafdf6e40caf90d3dad1c
/
services
/
input
/
InputDispatcher.cpp
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
924c4d4
Support POLICY_FLAG_ALT et. al. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
f634ded
Set last event time to previous event batch delivery time to apps
by makarand.karvekar
· 14 years ago
e2e0126
Only set KeyEvent long press flag when repeat count equals 1.
by Jeff Brown
· 14 years ago
56194eb
Wake screen from external HID peripherals.
by Jeff Brown
· 14 years ago
33bbfd2
Add support for mouse hover and scroll wheel.
by Jeff Brown
· 14 years ago
bfaf3b9
Be more precise about tracking fallback keys.
by Jeff Brown
· 14 years ago
cc0c159
Add new hover move action and scroll wheel plumbing.
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
58a2da8
Fix crashes caused by some input devices.
by Jeff Brown
· 14 years ago
fbf0977
Support non-rectangular input regions.
by Jeff Brown
· 14 years ago
928e054
Prevent events from getting backlogged.
by Jeff Brown
· 14 years ago
9571285
Only allow touch events from one device at a time.
by Jeff Brown
· 14 years ago
b4ff35d
Mouse pointer integration.
by Jeff Brown
· 14 years ago
[Renamed (99%) from libs/ui/InputDispatcher.cpp]
83c0968
Add initial support for cursor-based pointing devices.
by Jeff Brown
· 14 years ago
00045a7
Fix race condition in fallback key processing.
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
46e7529
Enable touch splitting for all windows by default.
by Jeff Brown
· 14 years ago
1a542c7
The CHEEK_TOUCH stuff never worked. Remove it.
by Joe Onorato
· 14 years ago
3915bb8
Tell system server whether the app handled input events.
by Jeff Brown
· 14 years ago
e46a0a4
Fix a key repeating bug.
by Jeff Brown
· 14 years ago
c4b5bf3
am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression.
by Jeff Brown
· 14 years ago
a87ea46
Fix bugs related to cheek event suppression.
by Jeff Brown
· 14 years ago
4d39605
Fix policy issues when screen is off.
by Jeff Brown
· 14 years ago
88e7b31
resolved conflicts for merge of df3cccf3 to master
by Jeff Brown
· 14 years ago
120a459
Drop all dispatcher state when dispatcher is disabled.
by Jeff Brown
· 14 years ago
76860e3
Tweak log messages a bit.
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
b8b200d
am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking user activity." into gingerbread
by Jeff Brown
· 14 years ago
e2fe69e
Fix bug where home presses were not poking user activity.
by Jeff Brown
· 14 years ago
195226a
am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when windows are removed." into gingerbread
by Jeff Brown
· 14 years ago
3b2b354
Add support for secure system overlays.
by Jeff Brown
· 14 years ago
af48cae
Fix a native crash in input dispatcher when windows are removed.
by Jeff Brown
· 14 years ago
2d3f159
Add support for secure system overlays. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
cd4af42
am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." into gingerbread
by Jeff Brown
· 14 years ago
9f164aa
am b05632aa: am a28d5aff: Merge "Fix a bug synthesizing cancelation events for motions." into gingerbread
by Jeff Brown
· 14 years ago
3122e44
Improve the input policy handling a bit.
by Jeff Brown
· 14 years ago
9c9f1a3
Track input state when transferring touch focus.
by Jeff Brown
· 14 years ago
a1160a7
Fix a bug synthesizing cancelation events for motions.
by Jeff Brown
· 14 years ago
e20c9e0
Fix an event injection bug when the policy is bypassed.
by Jeff Brown
· 14 years ago
dd8b0c9
am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread
by Jeff Brown
· 14 years ago
b931a1b
Fix an event injection bug when the policy is bypassed.
by Jeff Brown
· 14 years ago
b699726
Added more robust tracking and cancelation of events.
by Jeff Brown
· 14 years ago
928b5bf
am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." into gingerbread
by Jeff Brown
· 14 years ago
19dfc83
Make secure views tolerate IME overlays.
by Jeff Brown
· 14 years ago
0f5f2e4
am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to help with debugging." into gingerbread
by Jeff Brown
· 14 years ago
f2f4871
Minor logging changes to input dispatcher to help with debugging.
by Jeff Brown
· 14 years ago
0c1f756
Fix bug in split touches.
by Jeff Brown
· 14 years ago
aeec2bf
Fix bug in split touches.
by Jeff Brown
· 14 years ago
c188062
am 26d5786f: am 9c37447e: Merge "Fix pointer index when splitting secondary pointers." into gingerbread
by Jeff Brown
· 14 years ago
9a01d05
Fix pointer index when splitting secondary pointers.
by Jeff Brown
· 14 years ago
e650412
Add support for transferring touch focus.
by Jeff Brown
· 14 years ago
01ce2e9
Add suuport for splitting touch events across windows.
by Jeff Brown
· 14 years ago
54a1825
Fix app switch latency optimization.
by Jeff Brown
· 14 years ago
2a95c2a
Fix input dispatcher regression on launcher drag&drop.
by Jeff Brown
· 14 years ago
dc3e005
Fix NPE when handling certain kinds of ANRs.
by Jeff Brown
· 14 years ago
519e024
Make input dispatcher only ANR for foreground windows.
by Jeff Brown
· 14 years ago
4fe6c3e
Replace epoll() with poll() and rename PollLoop to Looper.
by Jeff Brown
· 14 years ago
b88102f
Input dispatcher ANR handling enhancements.
by Jeff Brown
· 14 years ago
b21fb10
Fix key repeat delay.
by Jeff Brown
· 14 years ago
85a3176
Add support for secure views.
by Jeff Brown
· 14 years ago
8d60866
Input device calibration and capabilities.
by Jeff Brown
· 14 years ago
0f4d7bc
Make the throttling more sensitive to end-to-end latency.
by Jeff Brown
· 14 years ago
ae9fc03
Add support for throttling motion events.
by Jeff Brown
· 14 years ago
2cbecea
Fix possible race conditions during channel unregistration.
by Jeff Brown
· 14 years ago
6ec402b
DO NOT MERGE: Fix input event injection ANRs on UI thread.
by Jeff Brown
· 14 years ago
d361659
Fix trackball down and movement bugs.
by Jeff Brown
· 14 years ago
c5ed591
Add support for new input sources.
by Jeff Brown
· 15 years ago
fd03582
Add initial gamepad support.
by Jeff Brown
· 15 years ago
85448bb
Add new glue code for writing native apps.
by Dianne Hackborn
· 15 years ago
00fa7bd
More native input dispatch work.
by Jeff Brown
· 15 years ago
0b72e82
Fix native input dispatch in the emulator.
by Jeff Brown
· 15 years ago
349703e
Native input event dispatching.
by Jeff Brown
· 15 years ago
e91a5db
Remember to initialize timestamps in the dispatch allocator
by Christopher Tate
· 15 years ago
7fbdc84
More native input event dispatching.
by Jeff Brown
· 15 years ago
5c225b1
Even more native input dispatch work in progress.
by Jeff Brown
· 15 years ago
9c3cda0
More work in progress on native events.
by Jeff Brown
· 15 years ago
43a9527
Fix include paths.
by Jeff Brown
· 15 years ago
46b9ac0
Native input dispatch rewrite work in progress.
by Jeff Brown
· 15 years ago