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

/frameworks/native/include/input/
H A DInputTransport.h99 struct Pointer { struct in struct:android::InputMessage::Body::Motion
111 return sizeof(Motion) - sizeof(Pointer) * MAX_POINTERS
112 + sizeof(Pointer) * pointerCount;
/frameworks/native/services/inputflinger/
H A DInputReader.h810 struct Pointer { struct in struct:android::RawPointerData
828 Pointer pointers[MAX_POINTERS];
850 inline const Pointer& pointerForId(uint32_t id) const {
1637 // Pointer follows the active finger.
1644 // Pointer follows the active finger if there is one. Other fingers are ignored.
1649 // Pointer follows the active finger.
1658 // Pointer does not move.
1663 // Pointer does not move.
1669 // Pointer does not move.
1687 // Pointer coord
[all...]

Completed in 408 milliseconds