Searched defs:Pointer (Results 1 – 4 of 4) sorted by relevance
55 struct Pointer { struct56 uint32_t id;57 int32_t x;58 int32_t y;59 int32_t pressure;60 int32_t touchMajor;61 int32_t touchMinor;62 int32_t toolMajor;63 int32_t toolMinor;64 int32_t orientation;[all …]
30 EncodedBuffer::Pointer::Pointer() : Pointer(BUFFER_SIZE) in Pointer() function in android::util::EncodedBuffer::Pointer34 EncodedBuffer::Pointer::Pointer(size_t chunkSize) in Pointer() function in android::util::EncodedBuffer::Pointer
136 struct Pointer { struct137 PointerProperties properties;138 PointerCoords coords;
42 message Pointer { message