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

/frameworks/base/include/androidfw/
H A DInput.h321 class MotionEvent : public InputEvent { class in namespace:android
323 virtual ~MotionEvent() { }
519 void copyFrom(const MotionEvent* other, bool keepHistory);
577 virtual MotionEvent* createMotionEvent() = 0;
590 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; }
594 MotionEvent mMotionEvent;
606 virtual MotionEvent* createMotionEvent();
614 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 68 milliseconds