Lines Matching defs:NotifyMotionArgs
181 struct NotifyMotionArgs { struct in android::FakeInputDispatcher
182 nsecs_t eventTime;
183 int32_t deviceId;
184 int32_t source;
185 uint32_t policyFlags;
186 int32_t action;
187 int32_t flags;
188 int32_t metaState;
189 int32_t edgeFlags;
190 uint32_t pointerCount;
191 Vector<int32_t> pointerIds;
192 Vector<PointerCoords> pointerCoords;
193 float xPrecision;
194 float yPrecision;
195 nsecs_t downTime;