summaryrefslogtreecommitdiff
path: root/libs/input
AgeCommit message (Expand)Author
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
2019-08-15Add cursor type and hotspot to surface metadata. Garfield Tan
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
2019-01-10Fix/suppress libs/* google-explicit-constructor warnings Chih-Hung Hsieh
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-11C++17 is the default now. Elliott Hughes
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
2018-02-23Remove obsolete pragma statements Siarhei Vishniakou
2017-12-19Fix doFadingAnimationLocked in sanitized builds. Ivan Lozano
2017-10-09Use new SurfaceFlinger transaction API. Robert Carr
2017-07-24Reduce overhead by combining libskia and libhwui into a single library. Derek Sollenberger
2017-04-26Remove uses of SkBitmap::copyTo Matt Sarett
2017-04-19Convert libinputservice to Android.bp Colin Cross
2017-04-04Don't use deprecated canvas methods Mike Reed
2017-02-23fallout of libandroid.so split Mathias Agopian
2017-01-11resolve merge conflicts of 082a1721b516 to master Mark Salyzyn
2017-01-09Replace cutils/log.h and log/logger.h with log/log.h Mark Salyzyn
2016-11-02use SkBlendMode Mike Reed
2016-10-13use SkBlendMode instead of SkXfermode Mike Reed
2016-09-13Hold a weak reference to PointerController when handling vsync am: 33c5903e77... Vladislav Kaznacheev
2016-09-09Hold a weak reference to PointerController when handling vsync am: 33c5903e77 Vladislav Kaznacheev
2016-09-09Hold a weak reference to PointerController when handling vsync Vladislav Kaznacheev
2016-09-01Merge "Fix google-explicit-constructor warnings." am: a6b6252d8b am: 1676161c... Chih-hung Hsieh
2016-08-29Fix google-explicit-constructor warnings. Chih-Hung Hsieh
2016-06-08Remove Pointer Capture API Michael Wright
2016-06-04Rename PointerIcon and Pointer Capture APIs Michael Wright
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
2015-11-30Introduce accessibility large pointer icons. Jun Mukai
2015-11-17Introduce animated pointer icon for STYLE_WAIT. Jun Mukai
2015-10-30Bring DisplayEventReceiver to PointerController. Jun Mukai
2015-10-21Use invisible icon for POINTER_ICON_STYLE_NULL. Jun Mukai
2015-10-15Allow changing mouse pointer icon for the current context. Jun Mukai
2014-11-10Frameworks/base: Wall Werror in libs/input Andreas Gampe
2014-07-28Add cursor flags into SpriteController to suppor async cursor updates. Riley Andrews
2014-07-07kNative_8888_SkColorType is now kN32_SkColorType Mike Reed
2014-06-20stop using (deprecated) SkBitmap::Config Mike Reed
2014-04-04Update to call new Skia APIs. Leon Scroggins