Searched defs:motion (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java295 public boolean onTouchEvent(MotionEvent motion) { argument
/frameworks/native/include/input/
H A DInputTransport.h113 } motion; member in union:android::InputMessage::Body
222 /* Publishes a motion event to the input channel.
355 // Batched motion events per device and source.
369 eventTime = msg->body.motion.eventTime;
371 for (uint32_t i = 0; i < msg->body.motion.pointerCount; i++) {
372 uint32_t id = msg->body.motion.pointers[i].properties.id;
375 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);

Completed in 65 milliseconds