Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
4e673dcffe339fc49c7c84a8f10b14edfdab13c6
/
services
/
inputflinger
16a2e30
Propagate MotionClassification to InputDispatcher
by Siarhei Vishniakou
· 7 years ago
7ab76b1
Fix top most focused window can't gain the focus
by Arthur Hung
· 7 years ago
13933bc
Merge "Added last focused window to notifyFocusChanged callback"
by Chavi Weingarten
· 7 years ago
92357f3
Merge "Fix drag and drop (3/3)"
by Chavi Weingarten
· 7 years ago
0693e71
Merge "Add MotionClassification to NotifyMotionArgs"
by TreeHugger Robot
· 7 years ago
426f6e9
Merge "Add classification to MotionEvent"
by TreeHugger Robot
· 7 years ago
619afde
Merge "Add a system property test before scanning touch video devices."
by TreeHugger Robot
· 7 years ago
39b8168
Add a system property test before scanning touch video devices.
by Philip Quinn
· 7 years ago
ae478d3
Add MotionClassification to NotifyMotionArgs
by Siarhei Vishniakou
· 7 years ago
49e5922
Add classification to MotionEvent
by Siarhei Vishniakou
· 7 years ago
31d7a9c
Merge "Change InputReporter to InputReporterInterface"
by TreeHugger Robot
· 7 years ago
0c06c6e
Added last focused window to notifyFocusChanged callback
by chaviw
· 7 years ago
4f2dd40
Fix drag and drop (3/3)
by chaviw
· 7 years ago
bcb4be7
Merge "Support mouse pointer on external displays (1/2)"
by TreeHugger Robot
· 7 years ago
79a4f0c
Change InputReporter to InputReporterInterface
by Prabir Pradhan
· 7 years ago
fbe5d9c
Fix drag and drop (2/3)
by chaviw
· 7 years ago
f93562f
Add InputReporter interface to InputDispatcher
by Prabir Pradhan
· 7 years ago
c7ad2d0
Support mouse pointer on external displays (1/2)
by Arthur Hung
· 7 years ago
add8929
Consume video frames
by Siarhei Vishniakou
· 7 years ago
1259868
Add video device to epoll in EventHub
by Siarhei Vishniakou
· 7 years ago
ec7854a
Associate touch video devices with input devices
by Siarhei Vishniakou
· 7 years ago
22c8846
Add TouchVideoDevice
by Siarhei Vishniakou
· 7 years ago
96d2d6e
Merge "Refactor timestamp for input events"
by TreeHugger Robot
· 7 years ago
1bb1eb0
Merge "Negate condition to reduce nesting in InputDispatcher"
by TreeHugger Robot
· 7 years ago
592bac2
Refactor timestamp for input events
by Siarhei Vishniakou
· 7 years ago
f557dcf
Negate condition to reduce nesting in InputDispatcher
by Prabir Pradhan
· 7 years ago
e0ad36f
Merge "DisplayViewport should only have actual viewports (1/2)"
by TreeHugger Robot
· 7 years ago
951f362
Add a watch for touch video devices to EventHub
by Siarhei Vishniakou
· 7 years ago
7b7c8f6
Add vector of TouchVideoFrame to NotifyMotionArgs
by Siarhei Vishniakou
· 7 years ago
41a712e
DisplayViewport should only have actual viewports (1/2)
by Arthur Hung
· 7 years ago
653ab3a
Merge "Separate function to add fd to epoll"
by TreeHugger Robot
· 7 years ago
2592031
Separate function to add fd to epoll
by Siarhei Vishniakou
· 7 years ago
aca2840
Revert "Support mouse pointer on external displays (1/3)"
by Dan Harms
· 7 years ago
5302ea9
Merge "use epoll_create1" am: 3bd9bfa9fa am: 225ae4d0a5 am: 2269e3fc6f
by Nick Kralevich
· 7 years ago
fcf1b2b
use epoll_create1
by Nick Kralevich
· 7 years ago
42611e0
Add sequence number to events in inputflinger
by Prabir Pradhan
· 7 years ago
f900d19
DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master
by Xin Li
· 7 years ago
4286c28
Merge "Support mouse pointer on external displays (1/3)"
by TreeHugger Robot
· 7 years ago
a85c125
Merge "Fix NPE in InputDispacher by enabling debug logs"
by TreeHugger Robot
· 7 years ago
620f6d9
Support mouse pointer on external displays (1/3)
by Andrii Kulian
· 7 years ago
ceeb5d7
Fix NPE in InputDispacher by enabling debug logs
by Arthur Hung
· 7 years ago
161410bc
Merge "C++17 is the default now."
by TreeHugger Robot
· 7 years ago
46d51cb
Merge "Keep instance of BinderInputWindow for the same token."
by TreeHugger Robot
· 7 years ago
26022a4
C++17 is the default now.
by Elliott Hughes
· 7 years ago
bd0fbcd
Keep instance of BinderInputWindow for the same token.
by Garfield Tan
· 7 years ago
d653633
Merge "Fix empty region if the scale is smaller than 1"
by TreeHugger Robot
· 7 years ago
49ee323
Check that window handle is visible
by Siarhei Vishniakou
· 7 years ago
39d4aa5
Fix empty region if the scale is smaller than 1
by Riddle Hsu
· 7 years ago
8158e7e
Add physical port to display viewport
by Siarhei Vishniakou
· 7 years ago
e07e103
SurfaceFlinger Input: Correct screen magnification.
by Robert Carr
· 7 years ago
e52502e
Remove inputflinger.rc as init file
by Robert Carr
· 7 years ago
f759f16
InputDispatcher: Notify policy of focus changes.
by Robert Carr
· 7 years ago
740167f
Rework InputApplicationInfo
by Robert Carr
· 7 years ago
5c8a026
Replace InputWindowInfo#inputChannel with an IBinder token.
by Robert Carr
· 7 years ago
1c4c559
Add some tests for native input.
by Robert Carr
· 7 years ago
29c9533
Split InputFlinger into multiple libraries
by Prabir Pradhan
· 7 years ago
ad71ad0
Simplify process(..) in InputReader_test
by Siarhei Vishniakou
· 7 years ago
ce02296
Merge changes from topic "sfinput3"
by Rob Carr
· 7 years ago
82a4cad
Remove redundant displayId log message
by Arthur Hung
· 7 years ago
1cc7867
InputFlinger: Receive setInputWindows over IPC
by Robert Carr
· 7 years ago
4e670e5
InputDispatcher: Look up channel by token.
by Robert Carr
· 7 years ago
803535b
InputDispatcher: Track InputChannels by IBinder token.
by Robert Carr
· 7 years ago
7b0e911
Merge "Make InputWindowInfo as a part of InputWindowHandle (1/2)"
by Arthur Hung
· 7 years ago
dd81bef
Merge "Look up devices by fd"
by TreeHugger Robot
· 7 years ago
46a5c47
Merge "Add getRawWidth() and getRawHeight()"
by TreeHugger Robot
· 7 years ago
26e34d9
Add getRawWidth() and getRawHeight()
by Siarhei Vishniakou
· 7 years ago
8878681
Remove unused android-specific defines
by Siarhei Vishniakou
· 7 years ago
3b413f2
Make InputWindowInfo as a part of InputWindowHandle (1/2)
by Arthur Hung
· 7 years ago
cd7ac1e
Remove implicit fallthrough exception
by Siarhei Vishniakou
· 7 years ago
4bc561c
Look up devices by fd
by Siarhei Vishniakou
· 7 years ago
622bd32
Allow injected events to specify repeatCount
by Siarhei Vishniakou
· 7 years ago
29aa083
Merge "Fix implicit-fallthrough warnings." am: c1ddd1b231 am: 463aedbc1e
by Chih-hung Hsieh
· 7 years ago
c688c0f
Merge "Fix implicit-fallthrough warnings." am: c1ddd1b231 am: 463aedbc1e
by Chih-hung Hsieh
· 7 years ago
8d1b40a
Fix implicit-fallthrough warnings.
by Chih-Hung Hsieh
· 7 years ago
b39e5d1
Merge "InputFlinger: fix a typo in dump error log" am: 8bae3798cb am: 1a5aba333e
by Wei Wang
· 7 years ago
d6cd71e
Merge "InputFlinger: fix a typo in dump error log" am: 8bae3798cb am: 1a5aba333e
by Wei Wang
· 7 years ago
a7a047c
InputFlinger: fix a typo in dump error log
by Wei Wang
· 7 years ago
069c68b
Merge "Allow implicit-fallthrough warnings locally." am: 517a57bde3 am: 6e9b7dccba
by Chih-hung Hsieh
· 7 years ago
15fe82a
Merge "Allow implicit-fallthrough warnings locally." am: 517a57bde3
by Chih-hung Hsieh
· 7 years ago
0798ad4
Allow implicit-fallthrough warnings locally.
by Chih-Hung Hsieh
· 7 years ago
2fbf37f
Support monitor input per display (1/2)
by Arthur Hung
· 7 years ago
05a8fe2
Add DisplayViewport native tests
by Siarhei Vishniakou
· 7 years ago
8664f8c
Ensure the cancelled event has AKEY_EVENT_FLAG_CANCELED
by Tiger Huang
· 7 years ago
5f8f669
Merge "Track focus changes on external displays (1/4)"
by Tiger Huang
· 7 years ago
b3ee068
Merge "Implement Parcelling functions for InputWindowInfo"
by Rob Carr
· 7 years ago
3720ed0
Implement Parcelling functions for InputWindowInfo
by Robert Carr
· 7 years ago
1239d1d
Merge "Input tests no longer use test_per_src" am: 4cd25fc2a5 am: e525db5e7c
by Siarhei Vishniakou
· 7 years ago
5c37921
Input tests no longer use test_per_src
by Siarhei Vishniakou
· 8 years ago
721e26f
Track focus changes on external displays (1/4)
by Tiger Huang
· 7 years ago
2d0867f
Changed getViewport strategy
by Siarhei Vishniakou
· 7 years ago
d634392
Add type to DisplayViewport
by Siarhei Vishniakou
· 8 years ago
5e469d5
Merge "Fix WM input limitations on secondary displays (2/4)"
by Charles Chen
· 7 years ago
ec8f725
Prefer std::string over String8
by Siarhei Vishniakou
· 8 years ago
b92218b
Fix WM input limitations on secondary displays (2/4)
by Arthur Hung
· 7 years ago
743b38c
Fix a typo when checking a touch is within the physical frame. am: c597d61a61
by Michael Wright
· 7 years ago
7e83a2b
Fix a typo when checking a touch is within the physical frame. am: c597d61a61
by Michael Wright
· 7 years ago
c597d61
Fix a typo when checking a touch is within the physical frame.
by Michael Wright
· 7 years ago
3b80b4f
Merge "Make sure that touches are within the physical frame." into pi-dev am: 22f1e9cfb7
by Michael Wright
· 7 years ago
19bf4de
Merge "Make sure that touches are within the physical frame." into pi-dev
by Michael Wright
· 7 years ago
358bcc7
Make sure that touches are within the physical frame.
by Michael Wright
· 7 years ago
Next »