summaryrefslogtreecommitdiff
path: root/services/inputflinger/InputManager.h
AgeCommit message (Expand)Author
2024-01-30Use aidl-defined InputChannel for parceling Siarhei Vishniakou
2024-01-02Add callbacks and policy to listen to sticky modifier state Vaibhav Devmurari
2023-12-08Add bounce keys input filter Vaibhav Devmurari
2023-11-15Add InputFilter rust component as InputListener stage. Vaibhav Devmurari
2023-08-25Introduce PointerChoreographer stage in C++ Prabir Pradhan
2023-08-23Trace all InputListener stages Prabir Pradhan
2023-08-17Bootstrap IInputFlingerRust - the Rust component of inputflinger Prabir Pradhan
2023-06-08Notify MetricsCollector of device interaction from Dispatcher Prabir Pradhan
2023-05-18Introduce the InputDeviceMetricsCollector stage Prabir Pradhan
2023-04-27Clean up InputDispatcherPolicyInterface Prabir Pradhan
2023-04-13Dump all native input components from InputManager Prabir Pradhan
2022-09-09inputflinger: Use #pragma once instead of explicit define guards Prabir Pradhan
2022-08-03Rename InputClassifier to InputProcessor Siarhei Vishniakou
2022-05-19Add lock to protect UnwantedInteractionBlocker Siarhei Vishniakou
2022-01-31Add ChromeOS palm rejection model Siarhei Vishniakou
2022-01-13Use std::vector in Input.h Siarhei Vishniakou
2021-09-29Remove RefBase from InputListener interface Siarhei Vishniakou
2021-09-17Remove some clang warnings Siarhei Vishniakou
2021-08-02Use WindowInfosListener instead of SF reporting to IF chaviw
2021-06-29Renamed and moved InputWindow and related files chaviw
2020-09-22Second reland "Let InputFlinger create the server InputChannel" Garfield Tan
2020-09-22Revert "Reland "Let InputFlinger create the server InputChannel"" Garfield Tan
2020-09-21Reland "Let InputFlinger create the server InputChannel" Garfield Tan
2020-09-21Revert "Let InputFlinger create the server InputChannel" Roshan Pius
2020-09-21Let InputFlinger create the server InputChannel Garfield Tan
2020-09-09Unregister input channel by token Siarhei Vishniakou
2020-07-23Add setFocusedWindow function stub Vishnu Nair
2020-07-20Use std::shared_ptr for InputChannel Siarhei Vishniakou
2020-07-10AIDL-ize InputManager IInputFlinger interface. Chris Ye
2020-07-07Force InputManagerService to communicate via InputManagerInterface Michael Wright
2020-03-20Disable deep press when long press timeout is long Siarhei Vishniakou
2019-12-05Let InputDispatcher handle its own thread Prabir Pradhan
2019-12-04Reland "Let InputReader handle its own thread" Prabir Pradhan
2019-11-15Revert "Reland "Let InputReader handle its own thread"" Siarhei Vishniakou
2019-11-08Reland "Let InputReader handle its own thread" Prabir Pradhan
2019-11-01Revert "Let InputReader handle its own thread" Siarhei Vishniakou
2019-10-29Let InputReader handle its own thread Prabir Pradhan
2019-09-28Merge "Revert "Fix drag and drop (2/3)"" TreeHugger Robot
2019-09-19Create inputreader directory Prabir Pradhan
2019-09-19Divide InputDispatcher into several files. Garfield Tan
2019-09-16Revert "Fix drag and drop (2/3)" Arthur Hung
2019-03-21Use std::vector over Vector for InputFlinger (1/3) Arthur Hung
2019-02-20Add synchronous transaction to wait for setInputWindow to complete (3/n) chaviw
2019-02-08Add dump to Input Classifier Siarhei Vishniakou
2019-01-28Add a new InputClassifier stage Siarhei Vishniakou
2019-01-08Fix drag and drop (2/3) chaviw
2018-11-27Add some tests for native input. Robert Carr
2018-11-20Split InputFlinger into multiple libraries Prabir Pradhan
2018-11-14InputFlinger: Receive setInputWindows over IPC Robert Carr
2018-09-05Prefer std::string over String8 Siarhei Vishniakou