HomeSort by relevance Sort by last modified time
    Searched defs:Motion (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/input/
InputTransport.h 81 struct Motion {
112 return sizeof(Motion) - sizeof(Pointer) * MAX_POINTERS
115 } motion; member in union:android::InputMessage::Body
224 /* Publishes a motion event to the input channel.
359 // Batched motion events per device and source.
373 eventTime = msg.body.motion.eventTime;
375 for (uint32_t i = 0; i < msg.body.motion.pointerCount; i++) {
376 uint32_t id = msg.body.motion.pointers[i].properties.id;
379 pointers[i].copyFrom(msg.body.motion.pointers[i].coords);
  /external/python/cpython3/Lib/tkinter/
__init__.py 144 Motion = '6'
186 ButtonPress, ButtonRelease, Motion, Enter, Leave, MouseWheel - for mouse events
205 Leave, Motion)
211 (ButtonPress, ButtonRelease, KeyPress, KeyRelease, Motion)
213 (ButtonPress, ButtonRelease, KeyPress, KeyRelease, Motion)
    [all...]

Completed in 201 milliseconds