Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
d7dfd48756a6c81292cf19cbcbf0dc705bdd933b
/
libs
/
input
/
tests
e9cadca
Link libinput as static_lib for libinput_tests
by Siarhei Vishniakou
· 5 years ago
09c8d2d
Created libattestation
by chaviw
· 5 years ago
47074b8
Rename InputWindowHandle hasFocus to focusable
by Vishnu Nair
· 5 years ago
7062295
Add default input dispatching timeout constant
by Siarhei Vishniakou
· 5 years ago
6c4243b
Use AIDL compiler to generate InputApplicationInfo class.
by Chris Ye
· 5 years ago
9eaa22c
Updated MotionEvent to use Transform
by chaviw
· 6 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
1ff3d1e
Use Transform in InputDispatcher
by chaviw
· 6 years ago
75d9e66
Add Flags<F>::Iterator.
by Michael Wright
· 6 years ago
d258827
Use unique_ptr when creating InputChannel
by Siarhei Vishniakou
· 6 years ago
ce5ab08
Use std::shared_ptr for InputChannel
by Siarhei Vishniakou
· 6 years ago
44753b1
Move things in InputWindowInfo to enum classes
by Michael Wright
· 6 years ago
a64c159
Move seq to header
by Siarhei Vishniakou
· 6 years ago
0783e99
AIDL-ize InputManager IInputFlinger interface.
by Chris Ye
· 6 years ago
c1ae556
Use chrono for dispatching timeout
by Siarhei Vishniakou
· 6 years ago
f859148
Represent VelocityTracker Strategy as enum class.
by Chris Ye
· 6 years ago
882bbf3
Swap video frame rotation direction.
by Philip Quinn
· 6 years ago
1c7bc86
Let InputFlinger generate event IDs.
by Garfield Tan
· 6 years ago
fbe732e
Add ID to native events.
by Garfield Tan
· 6 years ago
bd25f1c
Add event ID generator.
by Garfield Tan
· 6 years ago
54d3e18
Add verifyInputEvent api to InputDispatcher
by Siarhei Vishniakou
· 6 years ago
aa5a4f1
Merge "Use uint32_t for input source"
by TreeHugger Robot
· 6 years ago
8235709
Send raw coordinates to client but scale when getting relative
by chaviw
· 6 years ago
3826d47
Use uint32_t for input source
by Siarhei Vishniakou
· 6 years ago
9c858ac
Add hmac to InputEvent and scale to MotionEvent
by Siarhei Vishniakou
· 6 years ago
718f960
ui: Deduplicate rotation types
by Dominik Laskowski
· 6 years ago
cb92321
Remove layer from window handle since it's no longer used
by chaviw
· 6 years ago
af87b3e
Added input support for cloned layers
by chaviw
· 6 years ago
7feb2ea
Add FocusEvent and InputMessage::Type::FOCUS
by Siarhei Vishniakou
· 6 years ago
10fe676
Add static asserts for InputMessage sizes
by Siarhei Vishniakou
· 6 years ago
26d3cfb
Remove InputChannel::setToken
by Siarhei Vishniakou
· 6 years ago
5240277
Use enum class for InputMessage type
by Siarhei Vishniakou
· 6 years ago
2ccbe3a
InputTransport: store fd in a unique_fd.
by Josh Gao
· 6 years ago
1d6fc8f
Merge "Add sleep to ShouldReportStats Test in libinput_tests"
by TreeHugger Robot
· 6 years ago
6740e66
Add sleep to ShouldReportStats Test in libinput_tests
by Atif Niyaz
· 6 years ago
4f17282
Merge changes Iee0f9a21,I22a39cd5
by TreeHugger Robot
· 6 years ago
8384682
Seperate LatencyStatistics from InputReader
by Atif Niyaz
· 6 years ago
937bb83
Add setCursorPosition.
by Garfield Tan
· 6 years ago
ab0ab9c
Address comments from a previous change.
by Garfield Tan
· 7 years ago
00f511d
Dispatch mouse events to window under the cursor.
by Garfield Tan
· 7 years ago
346ac6a
Prevent entries with identical times
by Siarhei Vishniakou
· 7 years ago
651c1ea
Refactor VelocityTracker_test
by Siarhei Vishniakou
· 7 years ago
6b24388
Merge "Input: Override touchable region bounds with surface bounds 2/2"
by TreeHugger Robot
· 7 years ago
6fabeec
Input: Override touchable region bounds with surface bounds 2/2
by Vishnu Nair
· 7 years ago
01ca486
Use vector in VelocityTracker_test
by Siarhei Vishniakou
· 7 years ago
1357def
Refactor VelocityTracker_test
by Siarhei Vishniakou
· 7 years ago
fd3718c
Initialize PointerCoords in input tests
by Siarhei Vishniakou
· 7 years ago
257553c
Test InputDeviceIdentifier::getCanonicalName
by Siarhei Vishniakou
· 7 years ago
8154bbd
Rotate TouchVideoFrames
by Siarhei Vishniakou
· 7 years ago
5ac663d
Add tests for TouchVideoFrame
by Siarhei Vishniakou
· 7 years ago
85b8c5e
Introduce new portal window which transports touch to another display
by Tiger Huang
· 7 years ago
16a2e30
Propagate MotionClassification to InputDispatcher
by Siarhei Vishniakou
· 7 years ago
49e5922
Add classification to MotionEvent
by Siarhei Vishniakou
· 7 years ago
80109da
Merge "Fix/suppress google-explicit-constructor warnings" am: aad7e1ccc5 am: 9a55c7aba6
by Chih-hung Hsieh
· 7 years ago
f43b02c
Fix/suppress google-explicit-constructor warnings
by Chih-Hung Hsieh
· 7 years ago
e07e103
SurfaceFlinger Input: Correct screen magnification.
by Robert Carr
· 7 years ago
5cb2578
SurfaceFlinger Input: Shrink frame by surfaceInsets.
by Robert Carr
· 7 years ago
5c8a026
Replace InputWindowInfo#inputChannel with an IBinder token.
by Robert Carr
· 7 years ago
1f7c0e4
Sanitize InputMessage before sending
by Siarhei Vishniakou
· 7 years ago
b3ee068
Merge "Implement Parcelling functions for InputWindowInfo"
by Rob Carr
· 7 years ago
ed7eb36
Merge "Native tests for VelocityTracker::getEstimate" am: c7691e696a am: 7f7cb35723
by Siarhei Vishniakou
· 7 years ago
3720ed0
Implement Parcelling functions for InputWindowInfo
by Robert Carr
· 7 years ago
f7e2d3e
Native tests for VelocityTracker::getEstimate
by Siarhei Vishniakou
· 7 years ago
5c37921
Input tests no longer use test_per_src
by Siarhei Vishniakou
· 8 years ago
5bed83b
[input] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
a62a8dd
Move displayid into InputEvent
by Siarhei Vishniakou
· 8 years ago
b0d7481
Input tests no longer use test_per_src
by Siarhei Vishniakou
· 8 years ago
777a10b
Move display id into MotionEvent
by Siarhei Vishniakou
· 8 years ago
f93fcf4
Prefer std::string over String8
by Siarhei Vishniakou
· 8 years ago
b0fffdd
Improve InputTransport test coverage
by Siarhei Vishniakou
· 8 years ago
635cb71
Fix broken input tests
by Siarhei Vishniakou
· 8 years ago
973df98
Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819 am: a1ff1045a0 am: de5c8a55e5
by Chih-hung Hsieh
· 8 years ago
a1ff104
Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819
by Chih-hung Hsieh
· 8 years ago
687a0d1
Use -Werror in frameworks/native/libs
by Chih-Hung Hsieh
· 8 years ago
d4b607e
Native test for VelocityTracker
by Siarhei Vishniakou
· 9 years ago
5864150
Add displayId in InputDispatcher, InputTransport
by Tarandeep Singh
· 8 years ago
e390826
Rely on the platform -std default.
by Elliott Hughes
· 9 years ago
c7dd2b9
Convert libui to Android.bp
by Dan Willemsen
· 9 years ago
4a186d4
Fix misc-macro-parentheses warnings in test macros.
by Chih-Hung Hsieh
· 10 years ago
b03f103
Fix input tests to work with new MotionEvent member
by Michael Wright
· 11 years ago
4355c0c
am e1e3d278: Merge "Clean cruft out of makefiles."
by Dan Albert
· 11 years ago
b79dfe6
Clean cruft out of makefiles.
by Dan Albert
· 11 years ago
db1972b
am 26063a91: am f1dd859b: Merge "x86_64: Align uint64_t/int64_t structure member to 8 bytes"
by Narayan Kamath
· 12 years ago
83e0e42
x86_64: Align uint64_t/int64_t structure member to 8 bytes
by Fengwei Yin
· 12 years ago
b8290c2
Fix InputEvent_test.
by Narayan Kamath
· 12 years ago
313eff7
Completely remove skia dependency from libinput.
by Jeff Brown
· 13 years ago
5912f95
Move input library code from frameworks/base.
by Jeff Brown
· 13 years ago