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

/frameworks/native/include/input/
H A DInputTransport.h93 } pointers[MAX_POINTERS]; member in struct:android::InputMessage::Body::Motion
98 return pointers[index].properties.id;
358 PointerCoords pointers[MAX_POINTERS]; member in struct:android::InputConsumer::History
364 uint32_t id = msg->body.motion.pointers[i].properties.id;
367 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);
372 return pointers[idToIndex[id]];
/frameworks/base/services/input/
H A DInputReader.h195 // at least two pointers have moved at least this far from their starting place.
732 /* Raw data for a collection of pointers including a pointer id mapping table. */
752 Pointer pointers[MAX_POINTERS]; member in struct:android::RawPointerData
775 return pointers[idToIndex[id]];
779 return pointers[pointerIndex].isHovering;
784 /* Cooked data for a collection of pointers including a pointer id mapping table. */
1575 // A velocity tracker for determining whether to switch active pointers during drags.
1674 // Updates pointer coords and properties for pointers with specified ids that have moved.

Completed in 145 milliseconds