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

/frameworks/native/include/input/
H A DInput.h370 class MotionEvent : public InputEvent { class in namespace:android
372 virtual ~MotionEvent() { }
575 void copyFrom(const MotionEvent* other, bool keepHistory);
639 virtual MotionEvent* createMotionEvent() = 0;
652 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; }
656 MotionEvent mMotionEvent;
668 virtual MotionEvent* createMotionEvent();
676 Vector<MotionEvent*> mMotionEventPool;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java60 * The MotionEvent class provides many methods to query the position and other properties of
96 * void printSamples(MotionEvent ev) {
116 * The interpretation of the contents of a MotionEvent varies significantly depending
172 public final class MotionEvent extends InputEvent implements Parcelable { class in inherits:InputEvent,Parcelable
181 * a pointer id inside a {@link MotionEvent}.
269 * {@link View#onGenericMotionEvent(MotionEvent)} rather than
270 * {@link View#onTouchEvent(MotionEvent)}.
285 * {@link View#onGenericMotionEvent(MotionEvent)} rather than
286 * {@link View#onTouchEvent(MotionEvent)}.
298 * {@link View#onGenericMotionEvent(MotionEvent)} rathe
1566 private MotionEvent() { method in class:MotionEvent
[all...]

Completed in 78 milliseconds