summaryrefslogtreecommitdiff
path: root/libs/input/PointerController.h
AgeCommit message (Expand)Author
2024-12-03Refactor to replace FloatPoint by vec2 Arpit Singh
2024-12-02Expose current viewport transform of PointerController Arpit Singh
2024-12-02Check if cursor has moved out of viewport bounds in CursorController Arpit Singh
2024-11-18Revert "Check if cursor has moved out of viewport bounds in Curs..." Liana Kazanova (xWF)
2024-11-18Check if cursor has moved out of viewport bounds in CursorController Arpit Singh
2024-09-17Use integer coordinates as the cursor starting point on a display Prabir Pradhan
2024-05-30Add method to set SkipScreenshot flag on cursorcontroller sprites Arpit Singh
2024-05-14Replace ADISPLAY_ID_ constants with LogicalDisplayId equivalents Siarhei Vishniakou
2024-05-09Use a strongly typed LogicalDisplayId for displayId(1/n) Linnan Li
2024-05-08PointerController: Cleanup after PointerChoreographer refactor Prabir Pradhan
2024-05-07Hide touch indicators on mirrored displays if a secure window is present Arpit Singh
2024-01-23PointerController: Simplify display info listener registration Prabir Pradhan
2024-01-23PointerController: Get initial DisplayInfos from SurfaceComposerClient Linnan Li
2023-12-04Add setPointerIcon for PointerChoreographer (base) Byoungho Jung
2023-11-08Address additional comments: Pointer icon refactor for touch/stylus Prabir Pradhan
2023-11-08Pointer icon refactor for stylus (base) Byoungho Jung
2023-11-08Pointer icon refactor for touch (base) Byoungho Jung
2023-11-03Pointer icon refactor for mouse (base) Byoungho Jung
2023-09-06Addressed missed comments from ag/24539449 Prabir Pradhan
2023-08-28Allow PointerController to be disabled on creation Prabir Pradhan
2023-08-24Introduce PointerChoreographer stage in C++ Prabir Pradhan
2023-08-18Use std::shared_ptr for SpriteController Prabir Pradhan
2023-05-03Add vsync id and timestamp to WindowInfosListener Patrick Williams
2023-03-15Remove getButtonState/setButtonState from PointerController Siarhei Vishniakou
2023-03-13Return values in PointerController's getters Prabir Pradhan
2022-11-11Add dump for PointerController. Michael Wright
2022-06-10Change POINTER_ICON_STYLE enum to a type safe enum class Brandon Pollack
2022-04-14Synchronize pointer display change requests Prabir Pradhan
2022-01-17Allow its WindowInfosListener to outlive PointerController Prabir Pradhan
2021-11-22Reland "Change PointerController to display space" Prabir Pradhan
2021-11-17Revert "Change PointerController to display space" Prabir Pradhan
2021-11-16Change PointerController to display space Prabir Pradhan
2021-02-18Introduce DynamicDisplayInfo Marin Shalamanov
2020-08-19Switch to callback animation Liam Harrington
2020-08-06Refactor of PointerController Liam Harrington
2020-07-07Move PointerController enums to enum classes. Michael Wright
2020-07-07Move PointerController from sp to shared_ptr Michael Wright
2020-05-28Move setDisplayViewport to InputReader. Garfield Tan
2019-02-13Support showTouches on multi-display (2/2) Arthur Hung
2019-01-17Load correct resources for pointer icon on external screen Andrii Kulian
2019-01-09Support mouse pointer on external displays (2/2) Arthur Hung
2018-12-17Revert "Support mouse pointer on external displays (2/3)" Andrii Kulian
2018-12-10Support mouse pointer on external displays (2/3) Andrii Kulian
2018-11-19InputFlinger Split: Use libinputreader in InputManagerService Prabir Pradhan
2018-07-11Refactor String8 to std::string calls Siarhei Vishniakou
2016-09-09Hold a weak reference to PointerController when handling vsync Vladislav Kaznacheev
2016-05-17DO NOT MERGE Remove Pointer Capture API Michael Wright
2016-05-17DO NOT MERGE Rename PointerIcon and Pointer Capture APIs Michael Wright
2015-12-18Introduce pointer capture API. Jun Mukai
2015-12-14Make public pointer icon API with custom icons. Jun Mukai