Lines Matching defs:Motion
74 struct Motion { struct
75 uint32_t seq;
76 nsecs_t eventTime;
77 int32_t deviceId;
78 int32_t source;
79 int32_t action;
80 int32_t flags;
81 int32_t metaState;
82 int32_t buttonState;
83 int32_t edgeFlags;
84 nsecs_t downTime;
85 float xOffset;
86 float yOffset;
87 float xPrecision;
88 float yPrecision;
89 size_t pointerCount;
90 struct Pointer {
93 } pointers[MAX_POINTERS];
95 int32_t getActionId() const { in getActionId()
101 inline size_t size() const { in size()