Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
8827090d3e52acc2e52e83160dbbda11bc3caf2f
/
include
/
input
eedd0fc
Use Result<InputPublisher::Finished> instead of callback -- try 2
by Siarhei Vishniakou
· 4 years, 10 months ago
7cce0ad
Revert "Use Result<InputPublisher::Finished> instead of callback"
by Yohei Yukawa
· 4 years, 10 months ago
4c92c5f
Use Result<InputPublisher::Finished> instead of callback
by Siarhei Vishniakou
· 4 years, 10 months ago
7632c33
Move drag event to InputDispatcher (1/n)
by arthurhung
· 5 years ago
38b7f7f
Use bool directly in InputMessage
by Siarhei Vishniakou
· 4 years, 10 months ago
7766c03
Use NamedEnum for printing Entry type
by Siarhei Vishniakou
· 4 years, 10 months ago
269dc4d
SF: Add initial Planner infrastructure
by Dan Stoza
· 5 years ago
87645ab
Merge "Support Inputdevice LightsManager feature in frameworks." into sc-dev
by Chris Ye
· 4 years, 10 months ago
3fdbfef
Support Inputdevice LightsManager feature in frameworks.
by Chris Ye
· 5 years ago
228f46b
Introduce DynamicDisplayInfo
by Marin Shalamanov
· 5 years ago
3531ae7
Send consumeTime from the app to InputDispatcher
by Siarhei Vishniakou
· 5 years ago
03ea035
Added the ability to read external batteries
by Kim Low
· 5 years ago
f59a2f4
Add SensorManager support in inputflinger.
by Chris Ye
· 5 years ago
6f77846
Disable touch mapper associated with an inactive viewport
by Siarhei Vishniakou
· 5 years ago
3f37b7b
SyncPointerCapture (3/n): Add Capture event to InputChannel
by Prabir Pradhan
· 5 years ago
749b846
Change NamedEnum unknow enum string format from hexical to decimal.
by Chris Ye
· 5 years ago
5872c14
Merge "Fix libinput mac build, hopefully."
by TreeHugger Robot
· 5 years ago
faa986c
Fix libinput mac build, hopefully.
by Brett Chabot
· 5 years ago
c4fb258
Merge "Move KeyCharacterMap to enum class"
by TreeHugger Robot
· 5 years ago
a267bd3
Merge "Support multiple internal and external viewports"
by TreeHugger Robot
· 5 years ago
102936e
Move KeyCharacterMap to enum class
by Michael Wright
· 5 years ago
53fc31e
Add touchableRegion to touch occlusion dump
by Bernardo Rufino
· 5 years ago
dde67b8
Support multiple internal and external viewports
by Michael Wright
· 5 years ago
08a8d53
Merge "Build all of libinput for linux host."
by Brett Chabot
· 5 years ago
5820852
Build all of libinput for linux host.
by Brett Chabot
· 5 years ago
c68fdec
Add full action printout to MotionEvent
by Siarhei Vishniakou
· 5 years ago
7dee71f
Merge "Block untrusted touches in InputDispatcher"
by Bernardo Rufino
· 5 years ago
ea97d18
Block untrusted touches in InputDispatcher
by Bernardo Rufino
· 5 years ago
173871c
Introducing NamedEnum to parse enum value as string names.
by Chris Ye
· 5 years ago
59113a6
Merge "Remove system UI flag constants"
by Tiger Huang
· 5 years ago
bedd116
Merge "Second reland "Let InputFlinger create the server InputChannel""
by TreeHugger Robot
· 5 years ago
43822b1
Merge "Return owned object from PropertyMap"
by TreeHugger Robot
· 5 years ago
1560166
Second reland "Let InputFlinger create the server InputChannel"
by Garfield Tan
· 5 years ago
062c857
Merge "Revert "Reland "Let InputFlinger create the server InputChannel"""
by Jean-Michel Trivi
· 5 years ago
400128f
Revert "Reland "Let InputFlinger create the server InputChannel""
by Garfield Tan
· 5 years ago
4d9f977
Return owned object from PropertyMap
by Siarhei Vishniakou
· 5 years ago
7e03ad3
Remove system UI flag constants
by Tiger Huang
· 5 years ago
69e4d0f
Extend the for loop to use all samples
by Siarhei Vishniakou
· 5 years ago
d2ea0d5
Merge "Use std::vector instead of VLA for addMovement"
by TreeHugger Robot
· 5 years ago
ae0f990
Use std::vector instead of VLA for addMovement
by Siarhei Vishniakou
· 5 years ago
62b523e
Reland "Let InputFlinger create the server InputChannel"
by Garfield Tan
· 5 years ago
015cb70
Revert "Let InputFlinger create the server InputChannel"
by Roshan Pius
· 5 years ago
6e9f864
Let InputFlinger create the server InputChannel
by Garfield Tan
· 5 years ago
46a2774
Convert mSampleEventTimes to std::vector
by Siarhei Vishniakou
· 5 years ago
d6ca33c
Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 am: f2712ff7f0 am: 2d596ff066
by Treehugger Robot
· 5 years ago
686662c
Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7
by Treehugger Robot
· 5 years ago
32f36ae
Move PropertyMap from libutils to libinput
by Siarhei Vishniakou
· 5 years ago
1b66d52
Merge "Created libattestation"
by Chavi Weingarten
· 5 years ago
3a1e446
Move KeyCharacterMap from RefBase to shared_ptr.
by Chris Ye
· 5 years ago
1abffbd
Move KeyLayoutMap from RefBase to shared_ptr.
by Chris Ye
· 5 years ago
09c8d2d
Created libattestation
by chaviw
· 5 years ago
4958d06
Optimize memory usage of InputEvent lookup.
by Chris Ye
· 5 years ago
47074b8
Rename InputWindowHandle hasFocus to focusable
by Vishnu Nair
· 5 years ago
fff9edb
libinput : Accelerate key label lookup.
by Chris Ye
· 5 years ago
7062295
Add default input dispatching timeout constant
by Siarhei Vishniakou
· 5 years ago
a209fde
Move InputApplication to use std::shared_ptr.
by Chris Ye
· 5 years ago
6c4243b
Use AIDL compiler to generate InputApplicationInfo class.
by Chris Ye
· 5 years ago
d5dc040
Merge "Updated MotionEvent to use Transform"
by Chavi Weingarten
· 5 years ago
9eaa22c
Updated MotionEvent to use Transform
by chaviw
· 5 years ago
74c8242
Use size_t instead of int for integer_sequence.size()
by Michael Wright
· 5 years ago
6db8d6e
Merge "Use Transform in InputDispatcher"
by Chavi Weingarten
· 5 years ago
8759d67
Automatically generate flag value strings for flag enums.
by Michael Wright
· 5 years ago
1d0262a
Merge "Add Flags<F>::Iterator."
by Michael Wright
· 5 years ago
0192488
Merge "Use unique_ptr when creating InputChannel"
by TreeHugger Robot
· 5 years ago
61847cc
Merge "Use std::shared_ptr for InputChannel"
by TreeHugger Robot
· 5 years ago
1ff3d1e
Use Transform in InputDispatcher
by chaviw
· 5 years ago
cc7f980
Allow touch if some pointers are MT_TOOL_PALM
by arthurhung
· 6 years ago
75d9e66
Add Flags<F>::Iterator.
by Michael Wright
· 5 years ago
d258827
Use unique_ptr when creating InputChannel
by Siarhei Vishniakou
· 5 years ago
ce5ab08
Use std::shared_ptr for InputChannel
by Siarhei Vishniakou
· 5 years ago
44753b1
Move things in InputWindowInfo to enum classes
by Michael Wright
· 5 years ago
58e1eae
Merge "Move seq to header"
by TreeHugger Robot
· 5 years ago
a64c159
Move seq to header
by Siarhei Vishniakou
· 6 years ago
c01e137
Added helper functions in Transform and PointerCoords
by chaviw
· 5 years ago
044b4dc
Merge "Added libui dependencies for input"
by Chavi Weingarten
· 5 years ago
fd9c1ed
Added libui dependencies for input
by chaviw
· 5 years ago
fe3de7d
Rename ViewportTypes to avoid repetition
by Michael Wright
· 5 years ago
0783e99
AIDL-ize InputManager IInputFlinger interface.
by Chris Ye
· 6 years ago
c6a2f3a
Merge "Convert InputDeviceConfigurationFileType to enum class."
by Chris Ye
· 5 years ago
c1ae556
Use chrono for dispatching timeout
by Siarhei Vishniakou
· 5 years ago
1d927aa
Convert InputDeviceConfigurationFileType to enum class.
by Chris Ye
· 5 years ago
e462304
Report ANR when waited for longer than the timeout
by Siarhei Vishniakou
· 6 years ago
d44dddf
Report ANR when waited for longer than the timeout
by Siarhei Vishniakou
· 6 years ago
ffaa2b1
Add basic ANR test
by Siarhei Vishniakou
· 6 years ago
4cb50ca
Add basic ANR test
by Siarhei Vishniakou
· 6 years ago
7b3d38d
Merge "Change InputWindowInfo::isTrustedOverlay() to be permission and flag based."
by TreeHugger Robot
· 6 years ago
796fbbb
Generate ACTION_CANCEL event when screen turned off by proximity sensor.
by Chris Ye
· 6 years ago
fcdff3e
Change InputWindowInfo::isTrustedOverlay() to be permission and flag based.
by Chris Ye
· 6 years ago
750c7f4
Avoid shifting 1s into size bit.
by Garfield Tan
· 6 years ago
930fbb9
Merge "Generate ACTION_CANCEL event when screen turned off by proximity sensor."
by Chris Ye
· 6 years ago
17a930c
Merge "Make TYPE_TRUSTED_APPLICATION_OVERLAY a trusted overlay." into rvc-dev am: 7db72bbbbf am: 6ed3cc988f am: 62c8fd3962 am: 46fa2777da
by Josh Tsuji
· 6 years ago
466cdea
Make TYPE_TRUSTED_APPLICATION_OVERLAY a trusted overlay.
by Joshua Tsuji
· 6 years ago
13b1685
Generate ACTION_CANCEL event when screen turned off by proximity sensor.
by Chris Ye
· 6 years ago
f859148
Represent VelocityTracker Strategy as enum class.
by Chris Ye
· 6 years ago
9499a11
Makes TYPE_NOTIFICATION_SHADE as trusted overlay
by wilsonshih
· 6 years ago
599042f
Makes TYPE_NOTIFICATION_SHADE as trusted overlay
by wilsonshih
· 6 years ago
4c2845f
InputDispatcher: Fix support for INPUT_FEATURE_NO_INPUT_CHANNEL am: 2984b7af4f am: fca117ce50 am: 4d52d7f5d0 am: 6ff8ceda6e
by Robert Carr
· 6 years ago
2984b7a
InputDispatcher: Fix support for INPUT_FEATURE_NO_INPUT_CHANNEL
by Robert Carr
· 6 years ago
39c6c80
Merge "InputWindow: Default initialize all values" into rvc-dev am: 78cc3ba8c5 am: 8d5011eea6 am: e5b5b055d1 am: 3f46b316fc
by Rob Carr
· 6 years ago
7174efe
InputWindow: Default initialize all values
by Robert Carr
· 6 years ago
Next »