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

/frameworks/base/include/androidfw/
H A DInputTransport.h105 } motion; member in union:android::InputMessage::Body
211 /* Publishes a motion event to the input channel.
344 // Batched motion events per device and source.
358 eventTime = msg->body.motion.eventTime;
360 for (size_t i = 0; i < msg->body.motion.pointerCount; i++) {
361 uint32_t id = msg->body.motion.pointers[i].properties.id;
364 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1599 public void dispatchTrackballEvent(Context context, int seq, MotionEvent motion, argument
1609 mCurMethod.dispatchTrackballEvent(seq, motion, mInputMethodCallback);
1612 Log.w(TAG, "IME died: " + mCurId + " dropping trackball: " + motion, e);
1623 public void dispatchGenericMotionEvent(Context context, int seq, MotionEvent motion, argument
1633 mCurMethod.dispatchGenericMotionEvent(seq, motion, mInputMethodCallback);
1636 Log.w(TAG, "IME died: " + mCurId + " dropping generic motion: " + motion, e);

Completed in 1156 milliseconds