index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
input
/
Input.cpp
Age
Commit message (
Expand
)
Author
2021-03-08
Move drag event to InputDispatcher (1/n)
arthurhung
2020-11-17
SyncPointerCapture (3/n): Add Capture event to InputChannel
Prabir Pradhan
2020-11-04
Fix libinput mac build, hopefully.
Brett Chabot
2020-10-29
Merge "Build all of libinput for linux host."
Brett Chabot
2020-10-28
Build all of libinput for linux host.
Brett Chabot
2020-10-22
Add full action printout to MotionEvent
Siarhei Vishniakou
2020-09-09
Convert mSampleEventTimes to std::vector
Siarhei Vishniakou
2020-08-27
Created libattestation
chaviw
2020-08-21
Optimize memory usage of InputEvent lookup.
Chris Ye
2020-07-24
Updated MotionEvent to use Transform
chaviw
2020-07-14
Added helper functions in Transform and PointerCoords
chaviw
2020-06-16
Report ANR when waited for longer than the timeout
Siarhei Vishniakou
2020-02-21
Add ID to native events.
Garfield Tan
2020-02-21
Add event ID generator.
Garfield Tan
2020-02-12
Add verifyInputEvent api to InputDispatcher
Siarhei Vishniakou
2020-01-31
Merge "Use uint32_t for input source"
TreeHugger Robot
2020-01-30
Send raw coordinates to client but scale when getting relative
chaviw
2020-01-28
Use uint32_t for input source
Siarhei Vishniakou
2020-01-24
Add hmac to InputEvent and scale to MotionEvent
Siarhei Vishniakou
2019-12-02
Add FocusEvent and InputMessage::Type::FOCUS
Siarhei Vishniakou
2019-11-26
Use queue and unique_ptr for pooled events
Siarhei Vishniakou
2019-07-26
Add setCursorPosition.
Garfield Tan
2019-07-11
Address comments from a previous change.
Garfield Tan
2019-07-08
Dispatch mouse events to window under the cursor.
Garfield Tan
2019-01-16
Propagate MotionClassification to InputDispatcher
Siarhei Vishniakou
2019-01-10
Add classification to MotionEvent
Siarhei Vishniakou
2018-11-27
SurfaceFlinger Input: Correct screen magnification.
Robert Carr
2018-07-03
Move displayid into InputEvent
Siarhei Vishniakou
2018-03-06
Move display id into MotionEvent
Siarhei Vishniakou
2015-10-13
am 5bba4236: am 76fc5f18: am 16b0ae10: Merge "add number constraint for sampl...
Adam Lesinski
2015-10-12
add number constraint for samples per MotionEvent
Flanker
2015-09-23
am 146f31b6: Merge "Eliminate benign overflow condition triggered upon loop t...
Dan Austin
2015-09-22
Eliminate benign overflow condition triggered upon loop termination in Input.cpp
Dan Austin
2015-08-12
am 6a846dd5: am 5f5a0e0f: Merge "Lose HAVE_ANDROID_OS from frameworks/native."
Elliott Hughes
2015-08-12
Lose HAVE_ANDROID_OS from frameworks/native.
Elliott Hughes
2015-05-14
Revert "Revert "Add new MotionEvent actions for button press and release.""
Michael Wright
2015-05-14
Revert "Add new MotionEvent actions for button press and release."
Michael Wright
2015-05-14
Add new MotionEvent actions for button press and release.
Michael Wright
2014-04-22
Move key attribute information out of native.
Michael Wright
2014-03-20
Generate ACTION_CANCEL on joystick disconnect.
Michael Wright
2014-02-11
Add support for injecting events into ActivityContainers.
Jeff Brown
2013-07-16
Merge "Add a keycode to switch audio tracks (2/2)"
michaelwr
2013-07-15
Fix PDK build.
Jeff Brown
2013-07-12
Add a keycode to switch audio tracks (2/2)
Jaekyun Seok
2013-07-01
Move input library code from frameworks/base.
Jeff Brown