summaryrefslogtreecommitdiff
path: root/libs/input/PointerController.cpp
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-09-02Add CursorController to the input dump Arpit Singh
2024-05-30Add method to set SkipScreenshot flag on cursorcontroller sprites Arpit Singh
2024-05-09Use a strongly typed LogicalDisplayId for displayId(1/n) Linnan Li
2024-05-08PointerController: Cleanup after PointerChoreographer refactor Prabir Pradhan
2024-05-08NativeInputManager: Cleanup after PointerChoreographer refactor Prabir Pradhan
2024-05-07Hide touch indicators on mirrored displays if a secure window is present Arpit Singh
2024-02-26Read pointer choreographer flag at boot Prabir Pradhan
2024-01-23PointerController: Simplify display info listener registration Prabir Pradhan
2024-01-23PointerController: Get initial DisplayInfos from SurfaceComposerClient Linnan Li
2023-12-07Pointer Icon Refactor: Allow presentation mode to be set without display Prabir Pradhan
2023-11-08Address additional comments: Pointer icon refactor for touch/stylus Prabir Pradhan
2023-11-08Modify getPosition of disabled PointerController Byoungho Jung
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-08-17Strong pointer fixes in libinputservice 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
2023-03-13Get mouse cursor position from PointerController instead of WM Prabir Pradhan
2023-02-02Separate default pointer for mouse and stylus (frameworks/base part) Seunghwan Choi
2022-11-11Add TouchSpotController to PointerController dump. Michael Wright
2022-11-11s/displayID/displayId Michael Wright
2022-11-11Add viewports to PointerController dump Michael Wright
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
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-28PointerController: Add guards to ensure display is valid Prabir Pradhan
2019-02-26Fix mouse pointer not getting enlarged Arthur Hung
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-11Merge "Fix/suppress libs/* google-explicit-constructor warnings" am: a35900fd... Chih-hung Hsieh