summaryrefslogtreecommitdiff
path: root/services/inputflinger/dispatcher/Entry.cpp
AgeCommit message (Expand)Author
2024-01-31Store Connection in InputTarget and MonitorSiarhei Vishniakou
2024-01-30InputTracer: Trace an event being dispatched to a windowPrabir Pradhan
2024-01-17InputDispatcher: Add InputTracerInterface for tracing input eventsPrabir Pradhan
2023-11-17InputDispatcher: Establish 1:1 relation between eventId and EventEntryPrabir Pradhan
2023-11-16Make EventEntry const throughout the Dispatcher pipielinePrabir Pradhan
2023-11-03Use shared_ptr for InjectionStatePrabir Pradhan
2023-10-18Store pointers in vector inside MotionEntrySiarhei Vishniakou
2023-09-19Add operator<< for printing some dispatcher structsSiarhei Vishniakou
2023-07-11Use EventEntry fields as defaults for DispatchEntrySiarhei Vishniakou
2023-07-07Remove PointerProperties::copyFromSiarhei Vishniakou
2023-06-06Add tests for pointer stuck in TouchStateSiarhei Vishniakou
2023-02-23Allow debug logging of dispatcher's inbound events to be enabled on the flyPrabir Pradhan
2023-02-21Improve crash message when downTime is missingSiarhei Vishniakou
2023-01-23Improve debug prints in InputDispatcherSiarhei Vishniakou
2022-11-24Convert KeyEntry::InterceptKeyResult to enum class.Michael Wright
2022-11-10Use ftl::Flags for InputTarget flagsSiarhei Vishniakou
2022-09-16(touch-mode-md 2/n) Add md touch mode support in InputDispatcherAntonio Kantek
2021-12-29Merge changes from topic "revert-16371733-revert-16336498-revert-16306432-rev...Prabir Pradhan
2021-12-24Reland^2 "Remove x/y offset from MotionEntry"Prabir Pradhan
2021-12-09Reorder VerifiedKey/MotionEvent structs for hwasanSiarhei Vishniakou
2021-12-03Merge changes from topic "revert-16336498-revert-16306432-revert-16295572-ORW...TreeHugger Robot
2021-12-03Revert "Reland "Remove x/y offset from MotionEntry""Alex Chau
2021-12-01Merge changes from topic "revert-16306432-revert-16295572-ORWQJPYRMQ-IQBEBXXQNX"TreeHugger Robot
2021-12-01Reland "Remove x/y offset from MotionEntry"Prabir Pradhan
2021-11-20Merge changes from topic "revert-16295572-ORWQJPYRMQ"Jay Wang
2021-11-20Revert "Remove x/y offset from MotionEntry"Jay Wang
2021-11-19Merge "Convert connection status to enum class"TreeHugger Robot
2021-11-19Remove x/y offset from MotionEntryPrabir Pradhan
2021-11-18Convert connection status to enum classSiarhei Vishniakou
2021-11-15Look up source using & instead of equalitySiarhei Vishniakou
2021-10-04VerifiedMotionEvent: Sign transformed raw valuesPrabir Pradhan
2021-09-17Add display transform to MotionEvent for raw coordsPrabir Pradhan
2021-09-09Merge "TouchEvent (3/n) Enhancing InputDispatcher to support TouchModeEvent"TreeHugger Robot
2021-09-01TouchEvent (3/n) Enhancing InputDispatcher to support TouchModeEventAntonio Kantek
2021-09-01Use sequence numbers to synchronize enabling Pointer Capture (1/2)Prabir Pradhan
2021-07-27InputDispatcher: Refactor CommandQueue to use lambdasPrabir Pradhan
2021-07-15Plumb through display orientation separate from transform am: 0957669e41 am: ...Evan Rosky
2021-07-14Plumb through display orientation separate from transformEvan Rosky
2021-05-20Merge "Parcel/Unparcel displaysize in InputWindowInfo" into sc-dev am: 7ed6f2...Evan Rosky
2021-05-18Parcel/Unparcel displaysize in InputWindowInfoEvan Rosky
2021-04-29Add enough information to compatibility-transform getRaw() am: 84f07f0cbeEvan Rosky
2021-04-29Add enough information to compatibility-transform getRaw()Evan Rosky
2021-03-12Merge "Move drag event to InputDispatcher (3/n)" into sc-dev am: a1589108b6TreeHugger Robot
2021-03-11Move drag event to InputDispatcher (3/n)arthurhung
2021-02-25Add key event label to Entry dumpSiarhei Vishniakou
2021-01-21InputDispatcher: Refactor focus logic into FocusResolverVishnu Nair
2020-12-17Merge "Add SensorManager support in inputflinger."TreeHugger Robot
2020-12-17CommandEntry: Initialize 'enabled' fieldGreg Kaiser
2020-12-16Add SensorManager support in inputflinger.Chris Ye
2020-12-11SyncPointerCapture (5/n): Move Pointer Capture to InputDispatcherPrabir Pradhan