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

/frameworks/native/include/input/
H A DInput.h320 class MotionEvent : public InputEvent { class in namespace:android
322 virtual ~MotionEvent() { }
518 void copyFrom(const MotionEvent* other, bool keepHistory);
578 virtual MotionEvent* createMotionEvent() = 0;
591 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; }
595 MotionEvent mMotionEvent;
607 virtual MotionEvent* createMotionEvent();
615 Vector<MotionEvent*> mMotionEventPool;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java56 * The MotionEvent class provides many methods to query the position and other properties of
92 * void printSamples(MotionEvent ev) {
112 * The interpretation of the contents of a MotionEvent varies significantly depending
168 public final class MotionEvent extends InputEvent implements Parcelable { class in inherits:InputEvent,Parcelable
176 * a pointer id inside a {@link MotionEvent}.
256 * {@link View#onGenericMotionEvent(MotionEvent)} rather than
257 * {@link View#onTouchEvent(MotionEvent)}.
272 * {@link View#onGenericMotionEvent(MotionEvent)} rather than
273 * {@link View#onTouchEvent(MotionEvent)}.
285 * {@link View#onGenericMotionEvent(MotionEvent)} rathe
1372 private MotionEvent() { method in class:MotionEvent
[all...]

Completed in 64 milliseconds