summaryrefslogtreecommitdiff
path: root/libs/input
AgeCommit message (Expand)Author
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-30Convert orientation values in input to ui::Rotation. Michael Wright
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-24Reduce setInputWindows call (2/2) Arthur Hung
2022-06-10Change POINTER_ICON_STYLE enum to a type safe enum class Brandon Pollack
2022-05-16Merge "Consolidate testing for input changes" into tm-dev am: 648717a3b1 am: ... Prabir Pradhan
2022-05-05Consolidate testing for input changes Prabir Pradhan
2022-05-05Synchronize pointer display change requests Prabir Pradhan
2022-04-14Synchronize pointer display change requests Prabir Pradhan
2022-04-07Sync with ISurfaceComposerClient changes Huihong Luo
2022-03-04Fix transitive dependencies on SkImageEncoder Kevin Lubick
2022-01-17libinputservice: Enable thread safety annotations Prabir Pradhan
2022-01-17Allow its WindowInfosListener to outlive PointerController Prabir Pradhan
2021-11-22Reland "Change PointerController to display space" Prabir Pradhan
2021-11-18SpriteController: Reparent SurfaceControls to null before disposing Prabir Pradhan
2021-11-17Revert "Change PointerController to display space" Prabir Pradhan
2021-11-16Change PointerController to display space Prabir Pradhan
2021-11-11SpriteController: Reparent pointer surfaces under DisplayContent Prabir Pradhan
2021-08-13Merge "Use ui::LayerStack" TreeHugger Robot
2021-08-09Update SurfaceControl buffer size when increasing pointer size Prabir Pradhan
2021-07-27Use ui::LayerStack Dominik Laskowski
2021-02-22Merge "Introduce DynamicDisplayInfo" into sc-dev Marin Shalamanov
2021-02-21[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base Bob Badour
2021-02-18Introduce DynamicDisplayInfo Marin Shalamanov
2020-12-08Improve OWNERS coverage across frameworks/base/. Jeff Sharkey
2020-08-31Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) Xin Li
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-07-07Move PointerController enums to enum classes. Michael Wright
2020-07-07Move PointerController from sp to shared_ptr Michael Wright
2020-06-01Isolate SpriteIcon into its own file. Garfield Tan
2020-05-29Isolate SpriteIcon into its own file. Garfield Tan
2020-05-28PointerController: Add guards to ensure display is valid Prabir Pradhan
2020-05-28Move setDisplayViewport to InputReader. Garfield Tan
2020-05-28Stop loading animation for addtional cursor type. Garfield Tan
2020-05-28Add cursor type and hotspot to surface metadata. Garfield Tan
2020-02-20Cleanup header and build targets for libhwui clients. Derek Sollenberger
2020-02-07PointerController: Add guards to ensure display is valid Prabir Pradhan
2020-01-09Move setDisplayViewport to InputReader. Garfield Tan
2019-11-21Stop loading animation for addtional cursor type. Garfield Tan
2019-09-10Create C API for accessing android.graphics.Bitmap in native code. Derek Sollenberger