Home
last modified time | relevance | path

Searched defs:Pointer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/input/
DInputReader.h732 struct Pointer { struct
733 uint32_t id;
734 int32_t x;
735 int32_t y;
736 int32_t pressure;
737 int32_t touchMajor;
738 int32_t touchMinor;
739 int32_t toolMajor;
740 int32_t toolMinor;
741 int32_t orientation;
[all …]
/frameworks/base/include/androidfw/
DInputTransport.h90 struct Pointer { struct
91 PointerProperties properties;
92 PointerCoords coords;