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