Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
7a4253608397e647e2f04a1b14d0f02f3d695336
/
libs
/
input
/
InputDispatcher.cpp
037c33e
Plumb display power state through display manager.
by Jeff Brown
· 11 years ago
1b10869
Generate and respect ACTION_CANCEL for joystick fallbacks. DO NOT MERGE
by Michael Wright
· 11 years ago
38f96e5
Add support for injecting events into ActivityContainers. (DO NOT MERGE)
by Jeff Brown
· 11 years ago
9158825
Move some system services to separate directories
by Amith Yamasani
· 11 years ago
[Renamed from services/input/InputDispatcher.cpp]
786dccf
Fix issues catching up to touch events after a short pause.
by Jeff Brown
· 11 years ago
95c4297
Private flags are masked in correct variable
by Adam Lesinski
· 11 years ago
bd181bb
Propagate input ANR reason to activity manager log.
by Jeff Brown
· 11 years ago
0b31d81
Drop touch events when no window was touched.
by Jeff Brown
· 11 years ago
6876f32
Dump information about recent input events.
by Jeff Brown
· 11 years ago
75ebb37f
Add APP_SWITCH to app switch input dispatching optimization
by Michael Wright
· 12 years ago
074b8b7
Eliminate potential reentrance from unregisterInputChannel.
by Jeff Brown
· 12 years ago
1e3b98d
New internal API to eliminate poke locks.
by Jeff Brown
· 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
b696de5
Move and rename user activity event type constants.
by Jeff Brown
· 12 years ago
22aa512
Capture input dispatcher's last ANR state in bug report.
by Jeff Brown
· 13 years ago
265f1cc
Improve ANR diagnostics.
by Jeff Brown
· 13 years ago
8249fc6
Don't ANR on hover, scroll or if a window goes away.
by Jeff Brown
· 13 years ago
fd23e3e
Fix bugs in fallback key handling.
by Jeff Brown
· 13 years ago
c042ee2
Disable input dispatch until boot finished.
by Jeff Brown
· 13 years ago
f44e394
When ANR happens, only remove ANR'd window.
by Jeff Brown
· 13 years ago
481c157
Add Java wrappers for new atrace functionality.
by Jeff Brown
· 13 years ago
b93a03f8
frameworks/base refactoring.
by Mathias Agopian
· 13 years ago
91e3289
Clean up InputChannel file descriptor data type.
by Jeff Brown
· 13 years ago
0952c30
Don't serialize motion events.
by Jeff Brown
· 13 years ago
072ec96
Implement batching of input events on the consumer side.
by Jeff Brown
· 13 years ago
1adee11
Optimize dispatcher for back-to-back finished signals.
by Jeff Brown
· 13 years ago
d1c48a0
Dispatch multiple touch events in parallel.
by Jeff Brown
· 13 years ago
8b4be560
Delete premature optimization.
by Jeff Brown
· 13 years ago
28b5cf1
Delete dead code.
by Jeff Brown
· 13 years ago
59f1ff9
Delete latency tracking information in the Connection.
by Jeff Brown
· 13 years ago
9831d90
Remove active connection tracking.
by Jeff Brown
· 13 years ago
e9bb9be
Simplify input target handling in the dispatcher.
by Jeff Brown
· 13 years ago
cbee6d6
Rewrite input transport using sockets.
by Jeff Brown
· 13 years ago
3241b6b
Remove batching and streaming from the input dispatcher.
by Jeff Brown
· 13 years ago
3080280
Remove the input dispatcher throttle.
by Jeff Brown
· 13 years ago
112b5f5
Improve watchdog monitor for InputReader and InputDispatcher.
by Jeff Brown
· 13 years ago
c0cb3dc
Fix a few memory leaks in the input dispatcher.
by Jeff Brown
· 13 years ago
ec193de
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
by Steve Block
· 13 years ago
3762c31
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
8564c8d
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
6215d3f
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
5baa3a6
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
fa7fa9a
am 944c985b: am e0e9fd98: Merge "Fix system hotkey handling." into ics-mr1
by Jeff Brown
· 13 years ago
68b909d
Fix system hotkey handling.
by Jeff Brown
· 13 years ago
a965f08
Delete dead code.
by Jeff Brown
· 13 years ago
71f2cf1
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
905805a
Improve screenshot chord debouncing. Bug: 5011907
by Jeff Brown
· 13 years ago
cc4f7db
Fix input channel leak. Bug: 5156144
by Jeff Brown
· 13 years ago
9cc695c
Clean up InputDispatcher debugging.
by Jeff Brown
· 13 years ago
65fd251
Input system bug fixes, particularly for stylus. Bug: 5049148
by Jeff Brown
· 13 years ago
755bd67
Merge "Don't crash if a drag recipient throws an uncaught exception"
by Christopher Tate
· 13 years ago
d9be36c
Don't crash if a drag recipient throws an uncaught exception
by Christopher Tate
· 13 years ago
abb4d44
Fix blocked event handling in InputDispatcher. Bug: 5161854
by Jeff Brown
· 13 years ago
89ef072
Add input system to Watchdog. Bug: 5094994
by Jeff Brown
· 13 years ago
be1aa82
Refactor input reader to add stylus support. Bug: 5064702
by Jeff Brown
· 13 years ago
5ea29ab
Reset input dispatcher targets when focus changes apps.
by Jeff Brown
· 13 years ago
ac38607
Remove unimplemented memory pool.
by Jeff Brown
· 13 years ago
9302c87
Refactor input dispatcher use of window/app handles.
by Jeff Brown
· 14 years ago
b99a824
Revert "fix a weird use of Vector::appendVector()"
by Jeff Brown
· 14 years ago
198fd88
fix a weird use of Vector::appendVector()
by Mathias Agopian
· 14 years ago
2717eff
Query input device for initial slot index.
by Jeff Brown
· 14 years ago
2e45fb6
Fix joystick and trackpad regression.
by Jeff Brown
· 14 years ago
8134681
Improve input event consistency invariants.
by Jeff Brown
· 14 years ago
474dcb5
Add support for disabling pointer gestures.
by Jeff Brown
· 14 years ago
98db5fa
Allow touches to slide out of the navigation bar.
by Jeff Brown
· 14 years ago
7a9db18
No position information for outside touches
by Kenny Root
· 14 years ago
f3b57de
resolved conflicts for merge of 7e193916 to master
by Dianne Hackborn
· 14 years ago
214eaf4
Use ViewConfiguration to seed input system configuration.
by Jeff Brown
· 14 years ago
2cb7981
Fix deadlock in dispatcher. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
5ced76a
Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
7157f6f
Allow batching samples onto the pending motion event. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
524ee64
Support chorded fallback keys. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
22d789d
Fix focused application handle. (DO NOT MERGE)
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
2ba3e80
resolved conflicts for merge of 037b54cf to master
by Dianne Hackborn
· 14 years ago
e7d25b7
Fix scaling of batched motion events.
by Dianne Hackborn
· 14 years ago
aa9d84c
resolved conflicts for merge of 05be6d6f to master
by Dianne Hackborn
· 14 years ago
e2515ee
Better compat mode part one: start scaling windows.
by Dianne Hackborn
· 14 years ago
4e91a18
Coalesce input events that arrive faster than 333Hz.
by Jeff Brown
· 14 years ago
f6989da
Allow batching samples onto the pending motion event.
by Jeff Brown
· 14 years ago
b6110c2
Fix dispatcher crash when input monitoring enabled.
by Jeff Brown
· 14 years ago
0029c66
Add input filter mechanism for accessibility.
by Jeff Brown
· 14 years ago
da3d5a9
Support chorded fallback keys.
by Jeff Brown
· 14 years ago
a2cc28d
Fix focused application handle.
by Jeff Brown
· 14 years ago
a032cc0
Add MotionEvent.HOVER_ENTER and HOVER_EXIT.
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
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
Next »