Searched defs:MotionEvent (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/input/
H A DInput.h339 class MotionEvent : public InputEvent { class in namespace:android
341 virtual ~MotionEvent() { }
537 void copyFrom(const MotionEvent* other, bool keepHistory);
600 virtual MotionEvent* createMotionEvent() = 0;
613 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; }
617 MotionEvent mMotionEvent;
629 virtual MotionEvent* createMotionEvent();
637 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
177 * a pointer id inside a {@link MotionEvent}.
257 * {@link View#onGenericMotionEvent(MotionEvent)} rather than
258 * {@link View#onTouchEvent(MotionEvent)}.
273 * {@link View#onGenericMotionEvent(MotionEvent)} rather than
274 * {@link View#onTouchEvent(MotionEvent)}.
286 * {@link View#onGenericMotionEvent(MotionEvent)} rathe
1393 private MotionEvent() { method in class:MotionEvent
[all...]

Completed in 1874 milliseconds