Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
64250ea38795ee4a101d0df3c628bdb31167f065
/
services
/
inputflinger
/
reader
/
include
/
InputReader.h
98d3f53
Change InputReader::getInputDevices to return vector of InputDeviceInfo.
by Chris Ye
· 5 years ago
e731003
Fix InputDevice listener notification for merged controller.
by Chris Ye
· 5 years ago
c903df1
Maintain CapsLock, NumLock and ScrollLock of keyboard
by arthurhung
· 5 years ago
cacd69a
InputFlinger: Support amplitude control for InputDeviceVibrator
by Nathaniel R. Lewis
· 6 years ago
17db18e
Move PointerController from sp to shared_ptr
by Michael Wright
· 6 years ago
ff1f1bb
Let InputFlinger generate event IDs.
by Garfield Tan
· 6 years ago
6a5a14e
Rename sequenceNum to ID.
by Garfield Tan
· 6 years ago
c7ef27e
Let InputReaderContext hold a single PointerController
by Prabir Pradhan
· 6 years ago
a7b82e1
Support multiple EventHub devices per InputDevice
by Nathaniel R. Lewis
· 6 years ago
0cab12d
Change InputReader::mDevices collection type
by Nathaniel R. Lewis
· 6 years ago
26ec222
Refactor use of services in InputMappers.
by Nathaniel R. Lewis
· 6 years ago
5a57cff
Create InputThread to manage inputflinger threads
by Prabir Pradhan
· 6 years ago
28efc19
Reland "Let InputReader handle its own thread"
by Prabir Pradhan
· 6 years ago
6f920ca
Merge "Revert "Reland "Let InputReader handle its own thread"""
by TreeHugger Robot
· 6 years ago
6cbc978
Revert "Reland "Let InputReader handle its own thread""
by Siarhei Vishniakou
· 6 years ago
e00dd19
Merge "Reland "Let InputReader handle its own thread""
by TreeHugger Robot
· 6 years ago
f15a8aa
Reland "Let InputReader handle its own thread"
by Prabir Pradhan
· 6 years ago
10793a6
Refactor InputReader::mDevices collection type
by Nathaniel R. Lewis
· 6 years ago
95a4ed6
Revert "Let InputReader handle its own thread"
by Siarhei Vishniakou
· 6 years ago
ba266f2
Let InputReader handle its own thread
by Prabir Pradhan
· 6 years ago
f1fbf9e
Add override keyword to in inherited classes
by Prabir Pradhan
· 6 years ago
baa5c82
Split InputReader into multiple files
by Prabir Pradhan
· 6 years ago
da7c00c
Create inputreader directory
by Prabir Pradhan
· 6 years ago
[Renamed (91%) from services/inputflinger/InputReader.h]
2c9a334
Add associated function to physical keyboard
by Arthur Hung
· 6 years ago
4f17282
Merge changes Iee0f9a21,I22a39cd5
by TreeHugger Robot
· 6 years ago
3d3fa52
Move LatencyStatistics collection from InputReader to InputTransport
by Atif Niyaz
· 6 years ago
8384682
Seperate LatencyStatistics from InputReader
by Atif Niyaz
· 6 years ago
3bc7e09
Do not use RefBase in EventHub
by Siarhei Vishniakou
· 6 years ago
21da0ff
Remove handling of EV_MSC/MSC_TIMESTAMP in Input
by Atif Niyaz
· 7 years ago
7c3ae9c
Use std::vector over Vector for InputFlinger (1/3)
by Arthur Hung
· 7 years ago
c23540e
Input devices configure on per-display basis (1/2)
by Arthur Hung
· 7 years ago
9ffab0c
Metrics for touch latency
by Siarhei Vishniakou
· 7 years ago
42611e0
Add sequence number to events in inputflinger
by Prabir Pradhan
· 7 years ago
8158e7e
Add physical port to display viewport
by Siarhei Vishniakou
· 7 years ago
29c9533
Split InputFlinger into multiple libraries
by Prabir Pradhan
· 7 years ago
26e34d9
Add getRawWidth() and getRawHeight()
by Siarhei Vishniakou
· 7 years ago
05a8fe2
Add DisplayViewport native tests
by Siarhei Vishniakou
· 7 years ago
d634392
Add type to DisplayViewport
by Siarhei Vishniakou
· 8 years ago
ec8f725
Prefer std::string over String8
by Siarhei Vishniakou
· 8 years ago
3b80b4f
Merge "Make sure that touches are within the physical frame." into pi-dev am: 22f1e9cfb7
by Michael Wright
· 7 years ago
358bcc7
Make sure that touches are within the physical frame.
by Michael Wright
· 7 years ago
a62a8dd
Move displayid into InputEvent
by Siarhei Vishniakou
· 8 years ago
16f9069
Process EV_MSC MSC_TIMESTAMP in InputMapper
by Siarhei Vishniakou
· 8 years ago
f93fcf4
Prefer std::string over String8
by Siarhei Vishniakou
· 8 years ago
7745eab
Prevent media keys from waking the device, even if they're external.
by Michael Wright
· 8 years ago
58ba988
Prevent media keys from waking the device, even if they're external.
by Michael Wright
· 8 years ago
ad43725
Support 180-degree screen rotation for RSB.
by Ivan Podogov
· 9 years ago
fa5cf46
Add uniqueId to Virtual Display and pass through to inputflinger (2/2)
by Santos Cordon
· 9 years ago
e54cb85
Adding feature: input device disable/enable
by Siarhei Vishniakou
· 9 years ago
78f97b3
Support pointer capture in InputReader
by Vladislav Kaznacheev
· 9 years ago
6d2ede1
Fix google-explicit-constructor warnings in inputflinger.
by Chih-Hung Hsieh
· 9 years ago
763a3a4
Caps Lock toggle with Meta + Alt (1/2)
by Andrii Kulian
· 10 years ago
dae627a
inputflinger: Add support for scaling and true value reporting
by Prashant Malani
· 10 years ago
1941ff5
inputflinger: Initial support for rotary encoders.
by Prashant Malani
· 10 years ago
858b3b3
resolve merge conflicts of 14af23d140 to master.
by Prashant Malani
· 10 years ago
99008f3
Revert "inputflinger: Add support for scaling and true value reporting" am: 2c09b78656 am: cd7ddc7cac am: 918263dac8
by Prashant Malani
· 10 years ago
d983fd1
Revert "inputflinger: Initial support for rotary encoders."
by Prashant Malani
· 10 years ago
2c09b78
Revert "inputflinger: Add support for scaling and true value reporting"
by Prashant Malani
· 10 years ago
21612a2
inputflinger: Add support for scaling and true value reporting am: ee03865fe5 am: a777e8b70f am: 9363c7fa06
by Prashant Malani
· 10 years ago
ee03865
inputflinger: Add support for scaling and true value reporting
by Prashant Malani
· 10 years ago
93b94d5
Merge "inputflinger: Initial support for rotary encoders." into cw-e-dev am: 68fca5a176 am: e50ab08fd6 am: b7b7fa1769
by Prashant Malani
· 10 years ago
68fca5a
Merge "inputflinger: Initial support for rotary encoders." into cw-e-dev
by Prashant Malani
· 10 years ago
3dd617b
When using trackpad, mouse pointer shows instead of circle
by Amirhossein Simjour
· 10 years ago
0faaa0b
Inputflinger: hook up key event replacement processing
by Dmitry Torokhov
· 10 years ago
8e81282
DO NOT MERGE Cancel touches as well as pointer gestures.
by Michael Wright
· 11 years ago
a16b98c
DO NOT MERGE Revert "am f37143d8: Merge "Cancel touches as well as pointer gestures." into mnc-dev"
by Michael Wright
· 10 years ago
ac72bbf
inputflinger: Initial support for rotary encoders.
by Prashant Malani
· 10 years ago
fbbaf2e
Cancel touches as well as pointer gestures.
by Michael Wright
· 11 years ago
7b159c9
Revert "Revert "Add new MotionEvent actions for button press and release.""
by Michael Wright
· 11 years ago
70b41ef
Revert "Add new MotionEvent actions for button press and release."
by Michael Wright
· 11 years ago
48a8a0e
Add new MotionEvent actions for button press and release.
by Michael Wright
· 11 years ago
53dca3a
Use previous pressure value if the current fusion data is zero.
by Michael Wright
· 11 years ago
43fd19f
Synthesize events for pressure and button changes.
by Michael Wright
· 11 years ago
b85401d
Mark all InputReaderContext methods as pure virtual
by Michael Wright
· 11 years ago
842500e
Fuse stylus and touch screen data.
by Michael Wright
· 11 years ago
063ff53
Pass through availability of audio mic for input devices.
by Tim Kilbourn
· 11 years ago
c9aa628
Cancel touch events when a low-level touch gesture occurs.
by Jeff Brown
· 11 years ago
bcbf97e
Add logging for switch state
by Michael Wright
· 11 years ago
dcfcf5d
Add idc config option for handling key repeats
by Michael Wright
· 12 years ago
71b16e8
Support unique calibration per orientation
by Jason Gerecke
· 12 years ago
489fda8
Add test for InputReader location calibration
by Jason Gerecke
· 13 years ago
12d6baa
Initialize mAffineTransform and update on modification
by Jason Gerecke
· 12 years ago
af126fb
Introduce mAffineCalibration for location calibration
by Jason Gerecke
· 14 years ago
c5e2442
Add touch.wake IDC property to control wakeup.
by Jeff Brown
· 12 years ago
d02c5b6
Move inputservice over to frameworks/native
by Michael Wright
· 12 years ago
1b1fe31
Revert "Move inputservice over to frameworks/native"
by Michael Wright
· 12 years ago
2dceb67
Move inputservice over to frameworks/native
by Michael Wright
· 12 years ago