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

/frameworks/base/include/ui/
H A DInputTransport.h150 } motion; member in union:android::InputMessage::__anon164
153 /* Gets the number of bytes to add to step to the next SampleData object in a motion
212 /* Publishes a motion event to the ashmem buffer.
236 /* Appends a motion sample to a motion event unless already consumed.
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1510 void dispatchTrackballEvent(Context context, int seq, MotionEvent motion, argument
1525 mCurMethod.dispatchTrackballEvent(seq, motion, callback);
1527 Log.w(TAG, "IME died: " + mCurId + " dropping trackball: " + motion, e);

Completed in 65 milliseconds