Searched defs:Pointer (Results 1 – 6 of 6) sorted by relevance
489 struct Pointer { struct490 uint32_t id;491 int32_t x;492 int32_t y;493 int32_t pressure;494 int32_t touchMajor;495 int32_t touchMinor;496 int32_t toolMajor;497 int32_t toolMinor;498 int32_t orientation;[all …]
29 EncodedBuffer::Pointer::Pointer() : Pointer(BUFFER_SIZE) in Pointer() function in android::util::EncodedBuffer::Pointer33 EncodedBuffer::Pointer::Pointer(size_t chunkSize) in Pointer() function in android::util::EncodedBuffer::Pointer
119 struct Pointer { struct120 PointerProperties properties;121 PointerCoords coords;
42 message Pointer { message
281 template <class T> class Pointer; variable
261 template <class T> class Pointer; variable