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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java294 public boolean onTouchEvent(MotionEvent motion) { argument
/frameworks/native/include/input/
H A DInputTransport.h105 } motion; member in union:android::InputMessage::Body
214 /* Publishes a motion event to the input channel.
347 // Batched motion events per device and source.
361 eventTime = msg->body.motion.eventTime;
363 for (size_t i = 0; i < msg->body.motion.pointerCount; i++) {
364 uint32_t id = msg->body.motion.pointers[i].properties.id;
367 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);

Completed in 175 milliseconds